Roman Numeral Converter
Convert a number into Roman numerals, or a Roman numeral back into a number. Both directions update instantly.
Reviewed by the ToolNestr Editorial Team — July 2026
Number → Roman
Roman → Number
How Roman numeral conversion works
The Roman numeral system uses seven symbols with fixed values: I (1), V (5), X (10), L (50), C (100), D (500), and M (1000). Numbers are formed by combining these symbols using two principles: additive (VI = 5 + 1 = 6) and subtractive (IV = 5 - 1 = 4). The subtractive principle avoids using four identical symbols in a row — instead of "IIII", we write "IV".
To convert a number to Roman, the algorithm works from largest to smallest symbol: while the number is greater than or equal to each symbol's value, append the symbol and subtract its value. To convert back, scan left to right: if a symbol is smaller than the next, subtract it; otherwise add it. Our converter validates that the result is the canonical form, rejecting invalid inputs like "IIII" or "VX".
Worked example: 2026 → MMXXVI
Step-by-step breakdown:
1026 ≥ 1000 → M (remainder 26)
26 ≥ 10 → X (remainder 16) → X (remainder 6)
6 ≥ 5 → V (remainder 1)
1 ≥ 1 → I (remainder 0)
Result: MMXXVI
Why Roman numerals still matter
Despite being thousands of years old, Roman numerals are still everywhere. They appear on clock faces, in book chapter headings, movie release dates, the Super Bowl, monarch names (Elizabeth II, Charles III), and historic monument dates. Understanding how to read and write them is a surprisingly useful everyday skill — and this converter makes it effortless.
History Buffs
Read monument dates, translate historical documents, and understand ancient numbering. Roman numerals appear on buildings, statues and coins worldwide.
Movie & Media Fans
Decode movie copyright years (MMXXIV = 2024), Super Bowl numbers, and TV series episode numbering that uses Roman numerals in titles.
Writers & Designers
Format book chapters, document outlines, event posters and certificates. Roman numerals add a classic, formal feel to headings and lists.
Students
Learn the Roman numeral system for history, Latin, and classics classes. The converter checks your work and shows the canonical form.
Complete Roman numeral reference table
| Units | Tens | Hundreds | Thousands |
|---|---|---|---|
| 1 I | 10 X | 100 C | 1000 M |
| 2 II | 20 XX | 200 CC | 2000 MM |
| 3 III | 30 XXX | 300 CCC | 3000 MMM |
| 4 IV | 40 XL | 400 CD | |
| 5 V | 50 L | 500 D | |
| 6 VI | 60 LX | 600 DC | |
| 7 VII | 70 LXX | 700 DCC | |
| 8 VIII | 80 LXXX | 800 DCCC | |
| 9 IX | 90 XC | 900 CM |
How to use the Roman numeral converter
Choose direction
Use the left panel for Number → Roman or the right panel for Roman → Number.
Type the value
Enter a number (1–3999) or a Roman numeral using I, V, X, L, C, D, M.
Copy the result
The conversion appears instantly. Use the Copy button to grab it for your project.
Quick Roman numeral reference
Basic symbols
I=1, V=5, X=10, L=50, C=100, D=500, M=1000. All other numbers are combinations of these seven letters.
Subtractive principle
A smaller numeral before a larger one means subtract: IV=4, IX=9, XL=40, XC=90, CD=400, CM=900. Never use more than 3 of the same symbol in a row.
Common years
2020 = MMXX, 2021 = MMXXI, 2022 = MMXXII, 2023 = MMXXIII, 2024 = MMXXIV, 2025 = MMXXV, 2026 = MMXXVI, 2027 = MMXXVII.
Limitations and considerations of Roman numerals
While Roman numerals have endured for millennia, they have several important limitations that users should understand. The most significant constraint is the absence of zero. In Roman numerals, there simply is no symbol for zero, which makes mathematical operations like multiplication and division extremely difficult. This is why Roman numerals were eventually replaced by Arabic numerals in most mathematical and scientific contexts.
Another limitation is the maximum representable value. Standard Roman numerals only go up to 3,999 (MMMCMXCIX). While historical notations like the vinculum (a bar placed over a numeral to multiply it by 1,000) allowed representation of larger numbers, these are not part of the modern standard system and are rarely used today. For values above 3,999, there is no universally accepted notation.
Roman numerals also lack a standard way to represent fractions. While there were historical fraction symbols (like S for 1/2 and dots for twelfths), these are obscure and not part of the common system. This made Roman numerals impractical for commerce, science, and engineering, where precise fractional values are essential.
The subtractive principle itself introduces ambiguity. While IV is the standard form for 4, some historical and modern sources use IIII (particularly on clock faces). There is no single governing body that enforces Roman numeral rules, so variations exist. Our converter enforces the most widely accepted modern standard, but you may encounter alternative forms in real-world usage. Additionally, large numbers like 4,000 and above require special notation that falls outside standard rules, making our tool's 1–3,999 range the practical limit for reliable conversion.
Frequently asked questions
What range does it support?
Standard Roman numerals run from 1 to 3999 (I to MMMCMXCIX). There is no zero or negative number in the Roman system.
How do Roman numerals work?
They combine the letters I (1), V (5), X (10), L (50), C (100), D (500) and M (1000). Smaller values before larger ones are subtracted, like IV (4) and IX (9).
Why is my Roman numeral marked invalid?
Check it only uses I, V, X, L, C, D, M and follows standard rules. For example IIII is not valid — 4 is written IV.
Is it private?
Yes, everything runs in your browser.
Why is there no zero in Roman numerals?
The Roman numeral system was developed for counting and trade, where zero was not needed. It entered mathematics much later via Arabic numerals.
What is the largest Roman numeral?
Using standard rules, the largest is 3,999 (MMMCMXCIX). Larger numbers existed historically but used special notations like a vinculum (bar) over letters.
Why is 4 written as IV and not IIII?
Roman numerals use a subtractive principle — a smaller numeral before a larger one means subtract. So IV means 5 - 1 = 4. IIII is not standard, though it sometimes appears on old clocks.
Where are Roman numerals still used today?
Clock faces, book chapters, movie release years, the Super Bowl, monarch names (Elizabeth II), and monument cornerstone dates all commonly use Roman numerals.