UtilityBase logoUtilityBase

2 min read

How to Read and Write Roman Numerals

The seven letters, the add-and-subtract rules that trip people up, and a reliable method for converting any number — including years and clock faces.

The seven symbols

Roman numerals use just seven letters: I = 1, V = 5, X = 10, L = 50, C = 100, D = 500, and M = 1,000. Everything else is built by combining them. The core rule is that symbols are written largest to smallest, left to right, and you add them up: XVII is 10 + 5 + 1 + 1 = 17, and MDCLXVI is 1,000 + 500 + 100 + 50 + 10 + 5 + 1 = 1,666. A symbol repeats at most three times in a row — III is 3, but 4 is not IIII.

There's no zero and no place value the way our decimal system has, which is exactly why arithmetic was clumsy for the Romans and why the system survives today mostly for labeling — clock faces, book chapters, movie sequels, monarchs, and the year on monuments — rather than calculation.

The subtractive rule (IV, IX, XL…)

To avoid four-in-a-row, Roman numerals use subtraction: when a smaller symbol sits before a larger one, you subtract it. So IV is 5 − 1 = 4, IX is 10 − 1 = 9, XL is 50 − 10 = 40, XC is 90, CD is 400, and CM is 900. Only those six subtractive pairs are valid, and only one smaller symbol may precede a larger one — 'IIX' for 8 is wrong; 8 is VIII.

Put together, you read left to right and decide at each step whether a symbol adds or subtracts based on what follows it. XCIV is XC (90) + IV (4) = 94. MCMXCIV is M (1,000) + CM (900) + XC (90) + IV (4) = 1994. Once the six subtractive pairs are memorized, any numeral decodes cleanly.

  1. 1Break the number into thousands, hundreds, tens, and ones (1994 → 1000, 900, 90, 4).
  2. 2Convert each part using the symbols and the six subtractive pairs (M, CM, XC, IV).
  3. 3Write them largest to smallest, left to right (MCMXCIV).
  4. 4To read one, scan left to right and subtract when a smaller symbol precedes a larger one.
  5. 5Use the Roman Numeral Converter to check your work both directions.

Years, clocks, and the quirks

Two places you'll actually meet Roman numerals: years and clock faces. Years read like any number — MMXXVI is 2026. Clock faces are the famous exception: most traditional clocks write 4 as IIII rather than IV, a centuries-old convention that's partly aesthetic (visual balance with the VIII opposite it) and partly historical. It's not a mistake, just a design tradition.

The standard system also can't easily write numbers above about 3,999 (MMMCMXCIX) without special overline notation for thousands, which is rarely used today. For everyday reading — Super Bowls, book prefaces, cornerstone dates — the seven letters and six subtractive pairs cover essentially everything you'll encounter.

Frequently asked questions

Why is 4 written IV and not IIII?

Because a symbol repeats at most three times, so 4 uses the subtractive form: I before V means 5 − 1 = 4. The one common exception is clock faces, which traditionally use IIII for 4 as a design convention rather than following the strict rule.

What are the only valid subtractive pairs?

Just six: IV (4), IX (9), XL (40), XC (90), CD (400), and CM (900). A smaller symbol only subtracts when it's one of these and sits directly before the larger symbol. Combinations like IL or IC are not valid.

How high can Roman numerals go?

The standard letters reach 3,999 (MMMCMXCIX). Larger numbers historically used an overline to multiply a symbol by 1,000, but that notation is rarely seen today, so in practice Roman numerals are used for values well under 4,000.

Tools mentioned in this guide

Keep reading