# Roman Numeral Converter

Free Roman numeral converter. Convert any number from 1 to 3999 to Roman numerals and see the breakdown. Learn how Roman numerals work.

## What this calculates

Convert any number between 1 and 3,999 to Roman numerals and see how the numeral is constructed. This converter shows the complete breakdown of each Roman numeral symbol and its value.

## Inputs

- **Number (1-3999)** — min 1, max 3999

## Outputs

- **Roman Numeral** — formatted as text — The Roman numeral representation.
- **Decimal Number** — formatted as text — The decimal (Arabic) number.
- **Breakdown** — formatted as text — How the Roman numeral is constructed.

## Details

Roman numerals use seven symbols to represent numbers. They are still widely used for clock faces, book chapters, movie sequels, and formal numbering.

Roman Numeral Symbols

- I = 1

- V = 5

- X = 10

- L = 50

- C = 100

- D = 500

- M = 1,000

Subtractive Notation

Roman numerals use subtractive notation to avoid four consecutive identical symbols:

- IV = 4 (5 - 1)

- IX = 9 (10 - 1)

- XL = 40 (50 - 10)

- XC = 90 (100 - 10)

- CD = 400 (500 - 100)

- CM = 900 (1000 - 100)

Examples

- 2024 = MMXXIV

- 1999 = MCMXCIX

- 1776 = MDCCLXXVI

Standard Roman numerals can represent values from 1 to 3,999. Numbers 4,000 and above historically required overlines or other notation.

## Frequently Asked Questions

**Q: What is 2024 in Roman numerals?**

A: 2024 in Roman numerals is MMXXIV. Breakdown: M (1000) + M (1000) + X (10) + X (10) + IV (4) = 2024.

**Q: Why can't Roman numerals go above 3999?**

A: Standard Roman numerals use the symbol M (1000) as the largest base value. Since you can only repeat a symbol three times consecutively (MMM = 3000), and the largest additive combination is MMMCMXCIX (3999), that is the upper limit. Historical notation used overlines (vinculum) to multiply by 1000, but this is not standardized in modern usage.

**Q: How does subtractive notation work?**

A: When a smaller-value symbol appears before a larger one, you subtract it instead of adding it. Only I, X, and C can be used subtractively: I before V or X (4, 9), X before L or C (40, 90), C before D or M (400, 900). For example, IX = 10 - 1 = 9, not 1 + 10 = 11.

**Q: Where are Roman numerals still used today?**

A: Roman numerals are commonly used for: clock/watch faces, book chapters, outlines, Super Bowl numbering (Super Bowl LVIII), movie sequels (Rocky IV), royal names (King Charles III), copyright years on films, and formal/decorative purposes.

---

Source: https://vastcalc.com/calculators/conversion/roman-numeral-converter
Category: Conversion
Last updated: 2026-04-21
