Roman Numeral Mistakes: 7 Rules People Get Wrong
The most common Roman numeral mistake is illegal subtraction — writing IL for 49 or IC for 99 — when the rules only allow a symbol to be subtracted from the next one or two sizes up. Roman numerals look simple, but a few strict rules trip up almost everyone. This guide covers the errors people make most and how to write, check and troubleshoot numerals like a specialist.
The rules that matter most
| Rule | Wrong | Right |
|---|---|---|
| Only subtract one step down | IL (49) | XLIX |
| Don't repeat a symbol 4+ times | IIII (4) | IV |
| V, L, D are never repeated | VV (10) | X |
| Subtract only I, X, C | VX (5) | V |
| Largest to smallest | IXL (39) | XXXIX |
1. Illegal subtraction
You can only place I before V and X, X before L and C, and C before D and M. That means 49 is XLIX (40 + 9), not IL, and 99 is XCIX, not IC. If you are unsure, type it into the ByteTools Roman Numeral Converter — an illegal subtraction will be flagged as invalid.
2. Repeating a symbol too many times
I, X, C and M may repeat up to three times in a row; a fourth means you should have used subtraction. So 40 is XL, not XXXX, and 4 is IV, not IIII. (Clock faces famously use IIII for aesthetic balance, but that is a stylistic exception, not standard notation.)
3. Repeating V, L or D at all
These five-based symbols are never doubled. Two of them always combine into the next symbol up — VV becomes X, LL becomes C, DD becomes M.
4. Wrong ordering
Within a valid numeral, symbols run from largest to smallest, with subtractive pairs as the only exception. A numeral that jumps around will not convert cleanly.
Pro tips for getting it right
Convert by place value: handle thousands, then hundreds, then tens, then units, and concatenate. Watch out for the four subtractive pairs that hide in longer numbers — CM (900), CD (400), XC (90) and XL (40) — since forgetting them produces the classic over-repetition errors. When decoding an old date, work left to right and subtract only when a smaller symbol precedes a larger one.
Troubleshooting an invalid result
If the converter rejects your numeral, scan for three things in order: a symbol repeated four or more times, a repeated V/L/D, and an illegal subtractive pair. Fixing whichever you find usually resolves it. Because the tool validates by round-tripping the numeral back to a number, anything it accepts is guaranteed standard-compliant — a reliable second opinion when you are transcribing a monument or manuscript. It all runs in your browser, so you can check as many as you like privately.
Try the Roman Numeral Converter — free and 100% in your browser.
FAQ
Is IIII ever correct for 4?
Not in standard notation, where 4 is IV. IIII survives mainly on clock faces for visual symmetry with VIII opposite it, but for dates, chapters and any formal use, IV is the correct form.
Why is 99 not IC?
Because subtraction is limited to adjacent symbols: I can only precede V and X. Ninety-nine is therefore built as XC (90) plus IX (9), giving XCIX. IC would skip too many steps and is invalid.
How can I tell if an old inscription's numeral is valid?
Type it into the converter. If it round-trips to a sensible number, it follows the standard rules; if it is flagged invalid, the inscription likely uses a non-standard or stylistic form, which was common historically.
Do lowercase Roman numerals mean anything different?
No — lowercase (i, ii, iii) carries the same values and is common for book prefaces and list outlines. The rules are identical; only the casing differs.
Related free tools
- Number to Words Converter — write numbers out in words.
- Number Base Converter — switch between numeral systems.
- Binary Calculator — binary arithmetic made easy.
- Scientific Calculator — advanced calculations in-browser.
Built by ByteVancer
ByteTools is a free product of ByteVancer, a software and web development studio building web apps, SaaS platforms and custom software. If your project needs custom tools or web applications, explore what ByteVancer can build.
Recommended reading
How to Convert Roman Numerals: Step-by-Step Guide
Learn how to convert numbers to Roman numerals and back, step by step, with a free two-way converter that validates input and runs in your browser.
Where Roman Numerals Are Used: 7 Everyday Cases
From tattoo dates to movie credits, Super Bowls and book outlines — seven real places Roman numerals appear and how to convert each one correctly.
XOR Cipher Use Cases: CTFs, Learning, and Puzzles
Real use cases for the XOR cipher, from CTF challenges and teaching bitwise logic to lightweight obfuscation, with concrete worked examples.
XOR Cipher Tips: Keys, Security, and Common Mistakes
Pro tips and common mistakes for the repeating-key XOR cipher: key length, reuse pitfalls, format choices, and when to switch to real encryption.