Your book gets one identity number. But that number comes in two flavors—and knowing the difference is not optional if you want your title distributed through major retail channels, library systems, or print-on-demand platforms.
The Problem ISBN-10 Solved—and Then Outgrew
The International Standard Book Number arrived in 1970, born out of a 1966 W.H. Smith experiment that the ISO standardized four years later. A 9-digit number plus a check character gave the industry a workable universal identifier for individual book editions. It worked—until the math ran out.
By the early 2000s, publishers had consumed enough of the 10-digit namespace that the system needed to expand. The solution: migrate books into the EAN-13 barcode family already used by almost every other consumer product on earth. On January 1, 2007, ISBN-13 became the official standard. ISBN-10 did not disappear overnight, but its retirement was inevitable.
Anatomy of Each Format
Before the comparison, it helps to understand what each digit group actually means.
ISBN-13 example: 978-1-4920-3867-4
- 978 — GS1 Prefix (Bookland)
- 1 — Group identifier (English-language)
- 4920 — Publisher identifier
- 3867 — Title identifier
- 4 — Check digit (EAN-13 mod 10 algorithm)
ISBN-10 example: 0-306-40615-2
- 0 — Group identifier (English-language)
- 306 — Publisher identifier
- 40615 — Title identifier
- 2 — Check digit (mod 11 algorithm, can be X)
Notice that ISBN-13 prepends a 978 prefix and recalculates the check digit using a different algorithm. A second prefix, 979, was introduced to expand capacity further, and 979-prefixed ISBNs have no ISBN-10 equivalent at all.
Side-by-Side Comparison
| Feature | ISBN-10 | ISBN-13 |
| Digit count | 10 | 13 |
| Check digit algorithm | Modulo 11 (0–10, X for 10) | Modulo 10 (always 0–9) |
| Barcode compatibility | Not directly barcoded | Full EAN-13 barcode |
| Official standard since | 1970 (ISO 2108) | 2007 (ISO 2108:2005) |
| Prefix group | None | 978 or 979 |
| 979 ISBNs supported | No | Yes |
| Required by Amazon | No (accepts both) | Yes (primary) |
| Required for print retail | No | Yes |
| Library catalog support | Legacy systems only | Universal |
Converting Between the Two
Every ISBN-10 maps to exactly one ISBN-13 (under the 978 prefix). The reverse is true only for 978-prefixed ISBN-13s—979-prefix numbers have no ISBN-10 counterpart. Here is the conversion in plain steps:
ISBN-10 to ISBN-13 conversion steps:
- Take the ISBN-10 without its check digit (9 digits)
- Prepend “978” — e.g. 978 + 030640615
- Calculate a new check digit using the EAN-13 algorithm: alternate x1 and x3, sum all 12 digits, subtract (sum mod 10) from 10
- Result: 978-0-306-40615-7 (note: check digit changes from 2 to 7)
Note: Never calculate this by hand in production. Bowker’s MyIdentifiers portal, Nielsen Title Editor, and every major distribution platform handle the conversion automatically when you register your title.
What This Means for Authors Today
Self-publishing: ISBN assignment platforms (Bowker in the US, Nielsen in the UK) issue ISBN-13 by default. If your distributor shows you an ISBN-10, it is legacy metadata—ISBN-13 is what gets encoded in the barcode on your cover.
Backlist titles: Books assigned ISBN-10s before 2007 are fine—their 978-prefix equivalents exist in every major database. No reissue is needed. This also applies when students or researchers pick up used textbooks from older print runs—those ISBN-10s are still valid, but always display the ISBN-13 as the primary identifier in your metadata.
Ebooks and digital: Each digital format (EPUB, PDF, MOBI) that you intend to sell separately warrants its own ISBN-13. An ebook ISBN is not the same as the print ISBN—a title like an inspire physics pdf needs a distinct ISBN-13 for its digital edition, separate from the print version, since some platforms otherwise assign proprietary IDs that are not ISBNs at all.
979 prefix titles: Increasingly common for self-published titles in markets where 978 blocks are exhausted. These have no ISBN-10 equivalent—do not try to generate one. List ISBN-13 only, everywhere.
The Check Digit, Briefly Explained
Both formats use a check digit to catch transcription errors—a built-in self-validation mechanism. ISBN-10 uses modulo 11, which occasionally produces a check digit of 10, represented as the letter X. That is why you will see ISBNs ending in X, such as 0-8044-2957-X.
ISBN-13 uses a simpler modulo 10 calculation—the same as every other EAN barcode—which always yields a single digit 0–9. No letter required. This makes scanner implementation cleaner across global point-of-sale systems.
Simple rule: if your ISBN ends in X, it is an ISBN-10. ISBN-13 never uses letters.
Which Format Should You Use?
ISBN-13, always, for any new publication. If a form or database field asks for ISBN-10, check whether it truly requires it—most platforms that still show the field accept ISBN-13 with no issue. When in doubt, provide both by running the 978-prefix conversion; never invent an ISBN-10 for a 979-prefix title.
For publishers managing large catalogs, ensure your metadata management system (ONIX feed, MARC records, or distributor ingestion pipeline) outputs ISBN-13 as the primary key. ISBN-10 can live as a secondary identifier for legacy compatibility, but it must never be your source of truth.