ToolPal
Ancient Roman architecture with columns representing the history of Roman numerals

Roman Numerals: Complete Guide, Converter & Reference Table (2026)

πŸ“· Pixabay / Pexels

Roman Numerals: Complete Guide, Converter & Reference Table (2026)

Everything you need to know about Roman numerals β€” how to read and write them, why they're still used today, and a free online converter.

March 25, 202613 min read

Roman numerals are one of those things most of us learn in school, promptly forget, then encounter everywhere for the rest of our lives. The Super Bowl. The intro credits of a film. The dial of a clock. The title page of a legal document. A king's name on a monument. You can get by without understanding them, but once you actually learn the system, you'll find it's not complicated at all β€” and you'll start noticing Roman numerals in places you never expected.

This guide covers the full system, the history behind it, how to convert any number manually, and a few genuinely interesting quirks. If you just need to convert a specific number quickly, try our Roman numeral converter β€” but stick around if you want to understand why the system works the way it does.

Where Roman Numerals Come From

The Roman numeral system developed gradually in ancient Rome, probably between the 4th and 3rd centuries BCE, though its exact origins are somewhat murky. There are a few competing theories about where the specific symbols came from.

One theory is that the symbols derive from tally marks. Ancient shepherds and merchants would keep count by cutting notches into sticks. Every fifth notch would be a diagonal slash, giving you something that looked like V. Every tenth notch, the V would get an upside-down V added to it β€” creating X. It's a satisfying origin story, and it would explain why the system is built around groups of five and ten.

Another theory traces the symbols directly to hand gestures. A single finger: I. Four fingers spread: looks a bit like V for the hand shape. Ten fingers shown together: X, representing both hands crossed.

Neither theory has definitive proof, and honestly the true origin is probably some combination of these and other influences that evolved over centuries. What matters is the end result: a system built on seven symbols, all of which represent specific numeric values.

The Seven Core Symbols

SymbolValue
I1
V5
X10
L50
C100
D500
M1000

A mnemonic I was taught: I Value Xylophones Like Cows Do Milk. Silly, but it works for keeping the order straight.

The letters C, D, and M are abbreviations: C from centum (hundred), D from an archaic symbol for 500, and M from mille (thousand). I, V, X, and L don't have clean Latin etymologies β€” they're more likely derived from the tally/hand theories above.

The Additive System (The Easy Part)

The basic principle of Roman numerals is simple: write the symbols from largest to smallest, left to right, and add up their values.

  • III = 1 + 1 + 1 = 3
  • VIII = 5 + 1 + 1 + 1 = 8
  • LXX = 50 + 10 + 10 = 70
  • CCC = 100 + 100 + 100 = 300
  • MDCCC = 1000 + 500 + 100 + 100 + 100 = 1800

This additive approach is intuitive. You're essentially just stacking up values. In fact, early Romans used this exclusively β€” no subtractive notation at all. You'd write IIII for 4, VIIII for 9, XXXX for 40.

The problem with pure addition is that it gets verbose. MMMDCCCLXXXVIII (3888) uses 15 characters. Writing IIII for every 4 and VIIII for every 9 adds up to long strings of symbols, especially in inscriptions carved into stone.

Subtractive Notation: The Part That Trips People Up

At some point β€” likely during the medieval period, not ancient Rome itself β€” a shorthand convention emerged: if a smaller symbol appears before a larger one, subtract the smaller from the larger.

This is the subtractive rule, and it's where Roman numerals go from dead simple to slightly tricky. Here are the six subtractive pairs you need to know:

NotationValueInstead of
IV4IIII
IX9VIIII
XL40XXXX
XC90LXXXX
CD400CCCC
CM900DCCCC

That's the complete list. Only these six combinations are valid subtractive pairs. Some patterns that look like subtraction don't exist in standard notation β€” you won't see IC (99), IM (999), or VX (5... kind of?) in any properly formed Roman numeral.

The rule for which subtractive pairs are valid: I can only subtract from V and X. X can only subtract from L and C. C can only subtract from D and M.

A few examples to make this concrete:

  • XIV = 10 + (5 - 1) = 14
  • XIX = 10 + (10 - 1) = 19
  • XL = 50 - 10 = 40
  • XC = 100 - 10 = 90
  • CD = 500 - 100 = 400
  • CM = 1000 - 100 = 900
  • MCMXCIX = 1000 + (1000 - 100) + (100 - 10) + (10 - 1) = 1999

That last one β€” MCMXCIX β€” is a good stress test. If you can parse that correctly, you've got the system.

How to Convert: Step by Step

Converting a Number to Roman Numerals

The algorithm is straightforward: work from the largest value down, subtracting as you go and writing the corresponding symbol.

Let's convert 2026 to Roman numerals:

  1. Start with the largest value that fits: 2026 Γ· 1000 = 2 remainder 26 β†’ write MM, remaining: 26
  2. 26 Γ· 500 = 0, skip D
  3. 26 Γ· 100 = 0, skip C
  4. 26 Γ· 90 = 0, skip XC
  5. 26 Γ· 50 = 0, skip L
  6. 26 Γ· 40 = 0, skip XL
  7. 26 Γ· 10 = 2 remainder 6 β†’ write XX, remaining: 6
  8. 6 Γ· 9 = 0, skip IX
  9. 6 Γ· 5 = 1 remainder 1 β†’ write V, remaining: 1
  10. 1 Γ· 4 = 0, skip IV
  11. 1 Γ· 1 = 1 remainder 0 β†’ write I

Result: MMXXVI = 2026. That's this year, as it happens.

The full ordered list of values to work through (including subtractive pairs) is: 1000, 900, 500, 400, 100, 90, 50, 40, 10, 9, 5, 4, 1

Reading Roman Numerals

Going the other direction: scan left to right. If a symbol is followed by a larger symbol, subtract it. Otherwise add it.

Let's parse MCMLXXXIV (which turns out to be a famous year):

  • M = 1000, add it. Running total: 1000
  • C is followed by M (larger), so subtract: 1000 - 100 = 900. Running total: 1900
  • L = 50, add it. Running total: 1950
  • X = 10, add it. Running total: 1960
  • X = 10, add it. Running total: 1970
  • X = 10, add it. Running total: 1980
  • I is followed by V (larger), so subtract: 5 - 1 = 4. Running total: 1984

MCMLXXXIV = 1984 β€” the year of Orwell's novel, also the year of the Los Angeles Olympics.

Where Roman Numerals Are Still Used Today

This is my favorite part to talk about, because the answer is: a lot more places than you'd expect.

The Super Bowl

The NFL has used Roman numerals for Super Bowl numbers since Super Bowl V in 1971. This was a deliberate branding decision β€” Roman numerals look more prestigious on merchandise, trophies, and television graphics than plain arabic numerals. Super Bowl LIX (59) was played in 2025. Super Bowl LX (60) will be in 2026.

There was one notable exception: Super Bowl 50 in 2016. The NFL briefly abandoned the tradition for that game because "Super Bowl L" looked awkward in marketing materials β€” a single letter just doesn't carry the same visual weight. They went back to Roman numerals for Super Bowl LI the following year.

If you've ever sat through end credits of a British production long enough, you've probably noticed something like Β© MMXXVI BBC. Film studios and TV networks β€” particularly older ones β€” have traditionally used Roman numerals in copyright notices. It looks more formal and timeless, and it makes it marginally harder for viewers to quickly clock how old something is. MCMXCII is more opaque than 1992.

This practice is fading, but it's still common in BBC productions, in older Hollywood studio films, and in anything trying to project a classic, institutional feel.

Clock Faces

Roman numerals on clock faces go back centuries β€” they were standard on medieval mechanical clocks and have persisted as a design convention ever since. There's a peculiarity here worth pointing out: most Roman numeral clock faces use IIII for 4, not IV.

The reason is partly historical (pre-subtractive notation), partly practical (IIII is more visually balanced on the dial face), and partly superstition (some histories claim clockmakers avoided IV because it looks like the first two letters of IVPITER, i.e., Jupiter). Whatever the real reason, if you look at a traditional Roman numeral clock and see IIII at the four position, that's intentional, not a mistake.

Royalty and Popes

King Charles III. Pope Francis (Francis I). Louis XIV. Henry VIII. Elizabeth II. When someone holds the same name as their predecessors, Roman numerals are the conventional way to distinguish them. This usage goes back to the medieval period and shows no sign of going away β€” it's deeply embedded in formal naming conventions for monarchs, popes, and some other hereditary titles.

Outlines and Formal Documents

Academic papers, legal documents, parliamentary procedures β€” anywhere that requires a hierarchical outline structure, Roman numerals often appear at the top level: I., II., III. followed by A., B., C. followed by 1., 2., 3. It's a convention dating back to classical rhetoric and it's still taught in composition courses.

Movie Sequels and Title Numbering

Rocky II. Godfather Part III. Terminator 2 used a regular numeral, but Star Wars Episode IV: A New Hope is a classic example. Rocky, Sylvester Stallone's franchise, used Roman numerals consistently until Rocky Balboa (which abandoned numerals entirely for the subtitle approach). This usage is more inconsistent in modern films β€” some use them, most don't β€” but for prestige sequels or franchise entries that want to feel classical, Roman numerals remain a common choice.

Fun Facts and Notable Numbers

2026 = MMXXVI. The current year. You'll see this in copyright notices, event titles, and film credits.

MMMCMXCIX = 3999 β€” the largest number representable in standard Roman numerals without using the vinculum (overline) extension.

The Year 2000 Problem in Roman Numerals: When Y2K hit, it was also the year the Roman numeral for 2000 went from MCMXCIX (1999) to MM. A much more elegant transition, aesthetically speaking.

1666 = MDCLXVI β€” This year has the distinction of using every Roman numeral symbol exactly once in descending order. Genuinely one of those mathematical coincidences that's hard not to find charming.

38 = XXXVIII β€” One of the longer Roman numerals for a two-digit number, using seven symbols.

VIII vs. IIX: You might occasionally see IIX for 8 in historical texts. This is non-standard β€” the correct form is VIII β€” but it appears in some old Roman inscriptions, demonstrating that even the Romans weren't completely consistent.

The Y3K problem: When we reach 4000, standard Roman numerals run out of symbols. M repeated four times (MMMM) is technically fine but non-standard. Some systems use a bar over a letter (called a vinculum) to indicate multiplication by 1000 β€” so VΜ„ = 5000, XΜ„ = 10000. This isn't standardized in digital contexts and most Roman numeral tools cap at 3999.

Common Confusions and Mistakes

Confusing D (500) and M (1000)

This is the most common error in handwritten or casual Roman numerals. The visual difference between D and M is clear when printed, but people sometimes misremember which is which. Memory trick: M comes from mille (Latin for thousand). The D falls between C and M in both the alphabet and in value.

Forgetting the Subtractive Pairs Order

XM is not a valid Roman numeral for 990. The correct form is CMXC. The rule is that X can only subtract from L (50) and C (100), not from M (1000). For values close to 1000, you need the C-based subtractive pairs.

Writing IIII vs. IV

Confusing for clock-watchers. In standard modern Roman numerals (and in mathematics), 4 is IV. On clock faces, IIII is traditional and both forms are accepted. In any other context, use IV.

Parsing Direction

It's easy to read left to right and just add everything, missing the subtractive pairs. The tell: whenever you see a smaller symbol followed by a larger one, that's a subtraction. IX is not I + X = 11; it's X - I = 9.

Converting Roman Numerals Without Memorizing Everything

Honestly, you don't need to memorize all of this. The most useful things to have in memory are the seven core symbols and their values (I=1, V=5, X=10, L=50, C=100, D=500, M=1000) and the basic rule (smaller before larger means subtract).

For everything else, our Roman numeral converter handles both directions β€” number to Roman numerals and Roman numerals to number β€” instantly. Type in 2026 and get MMXXVI. Type in MCMXCIX and get 1999. No memorization required.


Frequently Asked Questions

What is the Roman numeral for 2026?

2026 in Roman numerals is MMXXVI. It breaks down as M (1000) + M (1000) + X (10) + X (10) + V (5) + I (1) = 2026.

Why do Roman numerals go up to 3999 and not higher?

Traditional Roman numerals max out at 3999 (MMMCMXCIX) because there's no standard symbol for 4000 or higher in common use. Some historical systems used a bar over a numeral (called a vinculum) to multiply by 1000 β€” so MΜ„ would represent 1,000,000 β€” but this convention isn't standardized in modern computing or everyday use.

Why don't Roman numerals have a zero?

The Romans had no need for zero in their number system because it was primarily used for counting and recording quantities, not for abstract arithmetic or positional notation. The concept of zero as a number was developed by Indian mathematicians and introduced to Europe through Arabic scholars during the medieval period β€” long after the Roman numeral system was established.

What does XLII mean?

XLII is 42 in Roman numerals. XL = 40 (50 minus 10) and II = 2, so XL + II = 42. This is also, according to The Hitchhiker's Guide to the Galaxy, the answer to life, the universe, and everything.

Are Roman numerals still used in copyright years?

Yes, traditionally film and TV production companies used Roman numerals in copyright notices β€” for example, Β© MMXXVI. This practice is more common in older films and British productions like the BBC. It's become less standard in modern media, but you'll still see it regularly in formal contexts and in productions that want to project a classic, institutional tone.

Frequently Asked Questions

Share this article

XLinkedIn

Related Posts