--- title: "Roman numerals — every number from 1 to 3,999" description: "Every number from 1 to 3,999 in Roman numerals, with the breakdown of how each one is built, why the subtractive pairs exist, and the numbers either side." url: https://atoneplace.net/roman-numerals/ site: "At One Place" --- # Roman numerals Roman numerals use seven symbols. Every number from 1 to 3,999 is built by adding them left to right, largest first, with six exceptions where a smaller symbol comes first and is subtracted instead. ## The seven symbols | Symbol | Value | | --- | --- | | I | 1 | | V | 5 | | X | 10 | | L | 50 | | C | 100 | | D | 500 | | M | 1,000 | ## The six subtractive pairs *No other subtractive combination is standard. IC and IIII are both wrong.* | Pair | Value | Reads as | | --- | --- | --- | | IV | 4 | V − I | | IX | 9 | X − I | | XL | 40 | L − X | | XC | 90 | C − X | | CD | 400 | D − C | | CM | 900 | M − C | The system stops at 3,999 here because larger numbers need a vinculum — a bar drawn over a numeral to multiply it by a thousand — which has no settled plain-text form. ## Commonly looked up - [4 in Roman numerals](https://atoneplace.net/roman-numerals/4/) — IV - [9 in Roman numerals](https://atoneplace.net/roman-numerals/9/) — IX - [14 in Roman numerals](https://atoneplace.net/roman-numerals/14/) — XIV - [19 in Roman numerals](https://atoneplace.net/roman-numerals/19/) — XIX - [40 in Roman numerals](https://atoneplace.net/roman-numerals/40/) — XL - [42 in Roman numerals](https://atoneplace.net/roman-numerals/42/) — XLII - [49 in Roman numerals](https://atoneplace.net/roman-numerals/49/) — XLIX - [50 in Roman numerals](https://atoneplace.net/roman-numerals/50/) — L - [64 in Roman numerals](https://atoneplace.net/roman-numerals/64/) — LXIV - [90 in Roman numerals](https://atoneplace.net/roman-numerals/90/) — XC - [99 in Roman numerals](https://atoneplace.net/roman-numerals/99/) — XCIX - [100 in Roman numerals](https://atoneplace.net/roman-numerals/100/) — C - [400 in Roman numerals](https://atoneplace.net/roman-numerals/400/) — CD - [500 in Roman numerals](https://atoneplace.net/roman-numerals/500/) — D - [900 in Roman numerals](https://atoneplace.net/roman-numerals/900/) — CM - [1,000 in Roman numerals](https://atoneplace.net/roman-numerals/1000/) — M - [1,492 in Roman numerals](https://atoneplace.net/roman-numerals/1492/) — MCDXCII - [1,776 in Roman numerals](https://atoneplace.net/roman-numerals/1776/) — MDCCLXXVI - [1,900 in Roman numerals](https://atoneplace.net/roman-numerals/1900/) — MCM - [1,969 in Roman numerals](https://atoneplace.net/roman-numerals/1969/) — MCMLXIX - [1,984 in Roman numerals](https://atoneplace.net/roman-numerals/1984/) — MCMLXXXIV - [1,999 in Roman numerals](https://atoneplace.net/roman-numerals/1999/) — MCMXCIX - [2,000 in Roman numerals](https://atoneplace.net/roman-numerals/2000/) — MM - [2,024 in Roman numerals](https://atoneplace.net/roman-numerals/2024/) — MMXXIV - [2,025 in Roman numerals](https://atoneplace.net/roman-numerals/2025/) — MMXXV - [3,999 in Roman numerals](https://atoneplace.net/roman-numerals/3999/) — MMMCMXCIX ## Common questions ### Why is 4 written IV and not IIII? Because standard notation never repeats a symbol four times. Placing I before V subtracts it, giving 4 in two characters instead of four. Clock faces are the well-known exception and often use IIII for visual balance. ### Is there a Roman numeral for zero? No. The system has no symbol for zero and no concept of it as a number — Roman numerals record quantities, and a quantity of nothing was simply not written. ### What is the largest Roman numeral? In standard plain notation, 3,999 — MMMCMXCIX. Beyond that a vinculum over a numeral multiplies it by a thousand, but that requires an overbar rather than ordinary letters. ## Sources - Calculated on this page — At One Place (/about/)