📅 Published June 12, 2025✍ Tasbeeh Ullah📅 Last Updated: June 2026⏱ 10 min read
Roman Numerals: The Complete Guide to Reading, Writing, and Converting Them
TU
Tasbeeh Ullah
Founder & Developer, ToolVerse AI
Tasbeeh Ullah is the founder and developer of ToolVerse AI, where he personally builds, tests, and writes about every tool and guide on the platform. He has spent years developing browser-based web utilities and writing about productivity software and developer tooling, combining hands-on technical knowledge with a commitment to clear, practical content. He personally tests every tool he writes about before publishing.
✓ Reviewed & fact-checked by Tasbeeh Ullah, ToolVerse AI · Last updated June 2026
Roman Numerals Complete Guide illustrated guide — ToolVerse AI
Roman numerals appear in places that matter: clock faces, Super Bowl numbers, film sequel titles, chapter headings, coronation years, historic building inscriptions. They carry a formal, timeless quality that makes them a deliberate stylistic choice rather than a practical necessity. But they're also genuinely confusing if you haven't used them recently — the subtractive notation rules (IV vs VI, IX vs XI) trip up almost everyone.
This guide gives you the complete system: every symbol, every rule, worked examples from simple to complex, and the common errors people make when converting.
All seven Roman numeral symbols with their Latin names and Arabic values
The Seven Roman Numeral Symbols
I = 1
V = 5
X = 10
L = 50
C = 100 (from Latin centum)
D = 500
M = 1,000 (from Latin mille)
Everything in the Roman numeral system is built from combinations of these seven symbols.
How Roman numeral subtractive notation works with IX, IV, XL, CM examples
The Additive System
The basic principle is additive: write symbols in order from largest to smallest, and add their values.
If you only needed the additive system, Roman numerals would be easy. The complication comes from the subtractive notation.
Five modern contexts where Roman numerals are actively used today
Subtractive Notation — The Source of Confusion
Rather than writing IIII for 4, the Roman system (at least in its modern standardised form) uses subtractive notation: place a smaller symbol before a larger one to indicate subtraction. This keeps numbers shorter and was codified into the standard system we use today.
There are only six valid subtractive pairs:
IV = 4 (I before V: 5 − 1)
IX = 9 (I before X: 10 − 1)
XL = 40 (X before L: 50 − 10)
XC = 90 (X before C: 100 − 10)
CD = 400 (C before D: 500 − 100)
CM = 900 (C before M: 1000 − 100)
These six pairs are the only valid subtractive combinations. "IL" (49), "IC" (99), "LC" (50 before 100), "DM" (1000 − 500) are not valid in standard Roman numerals. You cannot place a symbol more than one position below the subtracted symbol.
The Rules of Roman Numeral Writing
Never repeat a symbol more than 3 times in succession. III is valid; IIII is not standard (use IV instead). However, you may see IIII on clock faces — this is a stylistic tradition, not an error.
Only the six valid subtractive pairs listed above are allowed. All other combinations are additive.
Only one small-value symbol can be subtracted at a time. IIX (8) is invalid; use VIII.
A subtractive symbol cannot itself be preceded by a smaller symbol. IIX is invalid (you can't subtract II from X).
V, L, and D cannot be subtracted. They can never appear before a larger-value symbol. 45 is XLV, not VL.
Step-by-Step Conversion: Number to Roman Numeral
To convert any number (1–3,999) to Roman numerals, work through the value ranges from largest to smallest:
What's the units digit? Convert: 9→IX, 8→VIII, 7→VII, 6→VI, 5→V, 4→IV, 3→III, 2→II, 1→I.
Concatenate the results.
Example: Convert 1,994 to Roman numerals
Thousands: 1 → M
Hundreds: 9 → CM
Tens: 9 → XC
Units: 4 → IV
Result: MCMXCIV
Step-by-Step Conversion: Roman Numeral to Number
To read a Roman numeral, scan left to right. Add each symbol's value, but if a symbol is followed by a larger symbol, subtract it instead of adding.
Example: Convert MCMXCIV to a number
M = 1000 (next symbol C is smaller, so add) → running total: 1000
C = 100 (next symbol M is larger, so subtract) → 1000 − 100 = 900
M = 1000 (next symbol X is smaller) → 900 + 1000 = 1900
X = 10 (next symbol C is larger, so subtract) → 1900 − 10 = 1890
C = 100 (next symbol I is smaller) → 1890 + 100 = 1990
I = 1 (next symbol V is larger, so subtract) → 1990 − 1 = 1989
V = 5 (last symbol) → 1989 + 5 = 1994
Result: 1994
Common Roman Numerals Reference Table
Numbers you encounter most frequently:
1–10: I, II, III, IV, V, VI, VII, VIII, IX, X
2026 (this year): MMXXVI
2024: MMXXIV
2000: MM
1999: MCMXCIX
1776: MDCCLXXVI
Super Bowl numbers: Super Bowl LVIII = 58, LVII = 57
Common chapter numbers: I–XXX covers most books
Modern Uses of Roman Numerals
Entertainment and Everyday Objects
Clock and watch faces. Traditional clock faces use Roman numerals, and many analogue watches use them for a classic look. Note that many clock faces use IIII rather than IV for 4 — this is a long-standing tradition (possibly because it balances the face visually with VIII on the opposite side).
Film sequels and franchises. Rocky IV, Star Wars Episode IV, The Godfather Part II, Alien³ (occasionally written as III). Roman numerals give sequels a gravitas that Arabic numbers don't.
Sporting events. The Super Bowl has used Roman numerals since Super Bowl V (1971). The Olympics uses them for games editions.
Formal and Institutional Uses
Book front matter. Page numbers in prefaces, forewords, and tables of contents are traditionally set in lowercase roman numerals (i, ii, iii...) to distinguish them from the main page count.
Monarchs and popes. King Charles III, Pope Francis I, Queen Elizabeth II. The regnal number (I, II, III...) uses Roman numerals by convention in English-speaking countries.
Building and monument dates. Historic buildings often display their construction year in Roman numerals, particularly US government buildings and European civic architecture.
Legal documents and outlines. Major sections in contracts, legal briefs, and formal outlines use Roman numerals (I, II, III) for the top-level structure.
The Limits of the Roman System
Standard Roman numerals as described above represent 1 to 3,999. Zero doesn't exist in the system (the Romans used the Latin word "nulla"), as Britannica's overview of Roman numerals explains. Numbers above 3,999 traditionally used an overline to multiply a symbol by 1,000 (V̄ = 5,000; X̄ = 10,000) but this convention isn't standardised digitally and isn't widely used today.
The absence of zero and the non-positional structure make Roman numerals completely impractical for arithmetic — which is precisely why Arabic numerals (via India and the Arab world) replaced them for calculation. Roman numerals survived as a formal and decorative convention because their stylistic gravity made them worth preserving.
Common Mistakes
Writing IL for 49 — invalid. Correct: XLIX
Writing IC for 99 — invalid. Correct: XCIX
Writing VX for 5 − 10 — invalid. V cannot be subtracted.
Writing IIII in standard Roman numerals — technically correct historically but IIII is non-standard; IV is standard for 4 (except on clock faces).
Subtracting more than one symbol at once: IIX for 8 — invalid. Correct: VIII.
Frequently Asked Questions
Why do some clocks use IIII instead of IV?
There are several theories. One popular explanation is visual symmetry — IIII balances with VIII on the opposite side of the face. Another is that IV looks similar to "IV" (the abbreviation for Jupiter in Latin inscriptions) and clock makers preferred not to use it. A third is that Louis XIV of France reportedly preferred IIII. Whatever the origin, IIII on clock faces is a centuries-old tradition, not an error.
What's the largest number representable in standard Roman numerals?
3,999 (MMMCMXCIX) using standard notation. Above 3,999, historical conventions used an overline above a symbol to indicate multiplication by 1,000, but this isn't standardised in digital use. Most Roman numeral generators cap at 3,999 for this reason.
Are lowercase roman numerals different from uppercase?
They represent the same values. Lowercase (i, ii, iii, iv...) are conventionally used for page numbers in book front matter (prefaces, tables of contents) and sometimes for list sub-items in outlines. Uppercase (I, II, III, IV...) are used for chapter numbers, section headings, monuments, and official contexts.
We use cookies to improve your experience and for analytics. By clicking Accept, you consent to our use of cookies as described in our Privacy Policy. You may Decline non-essential cookies.