Guide
Roman numeral conventions: where the rules actually live
Seven symbols, two notation styles, and a few stubbornly-traditional exceptions.
Roman numerals use seven symbols: I = 1,V = 5, X = 10,L = 50, C = 100,D = 500, M= 1000. The modern reading rules are well-known. What’s less well-known is that those rules are mostly retroactive — the Romans themselves were inconsistent, and several modern domains still flout the “standard” rules on purpose.
The standard modern reading rules
- Symbols generally add left-to-right.
MCC= 1000 + 100 + 100 = 1200. - A smaller symbol before a larger one subtracts.
IV= 4 (5 − 1), notIIII.IX= 9,XL= 40,XC= 90,CD= 400,CM= 900. - Only I, X, and C subtract. Never
VL(45) — writeXLV. NeverLC(50) — writeL... wait, that’s 50. Point is, V, L, D never subtract. - A subtracting symbol can only precede the next two larger.
Ibefore V or X only.Xbefore L or C only.Cbefore D or M only. - No symbol repeats more than three times in a row.
IIIis fine.IIIIis not (per modern convention) — writeIVinstead.
Where the “rules” come from
Ancient Roman inscriptions routinely use forms that violate modern rules. Roman coinage of the Republic era wrote 4 as IIII; subtractive notation (IV) appears later and was never universal. The Colosseum’s gate numbers run I,II, III, IIII,V — not IV.
The rule set we teach today was largely standardised in the 19th century by typographers and schoolbook authors who wanted a single consistent system. It is the most common modern usage — but if you find a 1300s manuscript writing IIII or VIIII, it’s not wrong by the standards of its own time.
Where the rules are still broken on purpose
Clock faces
Most analog clocks with Roman numerals use IIIIfor 4, not IV. Reasons offered range from visual balance with the VIIIon the opposite side, to Louis XIV’s alleged annoyance atIV looking like a partial IVPITER(Jupiter), to simple convention. Whatever the cause, the practice is so universal that IV on a clock face looks wrong.
Film and TV credits
Hollywood traditionally uses Roman numerals for copyright years — partly tradition, partly to make the year less immediately legible. Modern usage is properly subtractive (MMXXIV, not MMXXIIII).
Monarch and pope numbering
Roman numerals are the convention for monarchs (Elizabeth II, Louis XIV) and popes (Benedict XVI). Subtractive notation applies normally — Edward IV, Henry IX (a name no English monarch has actually held, but you get the idea).
Manuscript and book pagination
Front matter (preface, table of contents, list of figures) is conventionally paginated in lowercase Roman numerals (i, ii, iii, iv, v, …). The main text starts over at Arabic 1. Most scholarly publishers and academic theses still use this convention.
The numbers Roman numerals can’t express
- Zero.Roman numerals have no symbol for zero. The number didn’t exist as a concept in standard Roman mathematics.
- Fractions below 1/12.Romans used a duodecimal subdivision (uncia = 1/12) with named fractions. Decimals don’t fit the system.
- Numbers above ~3,999 cleanly. The traditional symbols stop at M = 1000. For larger numbers, several extensions exist — a bar over the symbol (vinculum) multiplied it by 1000, so V̄ = 5000. But no single unambiguous standard exists.
- Negative numbers. No notation.
A worked conversion: 2026
Decompose: 2000 + 0 + 20 + 6.
- 2000 =
MM - 0 (hundreds) = (nothing)
- 20 =
XX - 6 =
VI
Concatenate: MMXXVI. Read it back to verify: 1000 + 1000 + 10 + 10 + 5 + 1 = 2026. ✓
The pragmatic takeaway
For copyright lines, monarch names, and most modern uses: follow the standard rules above. For clock faces, writeIIII. For ancient inscriptions, document what’s actually there — don’t “correct” a 1500-year-old engraving to match a 19th-century textbook.
Sources: Donald E. Knuth, The Art of Computer Programming, Vol. 2 (3rd ed., §4.1); J. C. Reynolds,Numbers and Calculations: A History of Notation(Springer, 2018); Vatican Library inscription catalogue (1992 ed.).
Related
Published May 16, 2026