---
title: What is an accession number and does a tiny library need one?
Metadescription: An accession number is the unique ID a library gives each physical copy. How it differs from an ISBN, and what a small library needs instead.
Display description: An accession number is the unique identifier a library assigns to each physical item as it joins the collection - one number per copy, not per title. A tiny library needs the idea behind it, not the ceremony around it.
author: Dan Edwards
author_role: Founder
author_url: https://danedwardsdeveloper.com
author_linkedin: https://www.linkedin.com/in/dan-edwards-developer
published: 2026-07-02
---

Token estimate: ~1,900

# What is an accession number and does a tiny library need one?

By **[Dan Edwards](https://yourbooknest.com/contact)**, Founder.

An accession number is the unique identifier a library assigns to each physical item as it is added - "accessioned" - into the collection. One number per physical copy, issued in the order items arrive, and once assigned it stays with that copy for the life of the book.

The key word is _copy_. If a library owns three copies of the same novel, they share one ISBN but carry three different accession numbers. The accession number is how a library tells identical books apart.

## What the number is not

Two other numbers live on or near a library book, and the accession number is neither of them.

-   **The ISBN** identifies the _edition_. Every copy of the same printing has the same ISBN, so it can tell you what a book is but not which copy you are holding.
-   **The call number** says where a book _lives on the shelf_. Copies of the same title usually share one, and it changes if the book is reclassified.

The accession number is the only one of the three that belongs to a single physical object. That is its whole job.

## The ceremony that traditionally comes with it

In a traditionally run library, accessioning is a procedure. Each new arrival is entered in an accession register - a ledger recording the number, the date, the title, the source and often the price - and the number is written or stamped inside the book. The sequence runs strictly in order of acquisition, the register is a permanent legal record of what the library owns, and a gap in the sequence is something to explain at audit time.

For an institution that answers to auditors, insurers or a governing body, all of that earns its keep. The register proves what was acquired, when, and for how much.

## What a tiny library actually needs

A church, mosque or community-centre library needs the _concept_ - one identity per physical copy - and none of the ceremony.

The concept is not optional, and the moment that proves it is the moment a second copy arrives. With two identical copies on loan to two different people, "the book came back" is ambiguous: which copy returned, and whose loan closes? Title-level tracking cannot answer that; per-copy identity can. The full story is in [how to track multiple copies of the same book](/articles/how-to-track-multiple-copies-of-the-same-book).

The ceremony, though, solves problems a 200-book volunteer library does not have. Nobody audits the shelf. There is no acquisitions budget to reconcile. A handwritten ledger is one more thing to keep, and a strict sequential number is one more thing to get wrong - skip a number and the register is "broken", reuse one and two books collide.

Modern software has already quietly made this move: in most small-library systems the accession number and the barcode have collapsed into the same thing. Librarika, for instance, calls each copy's barcode its Accession No. The register became a database table; the number became a label.

## The friendly modern version

Your Book Nest gives every copy an identity, but not a number at all. Each copy gets a generated three-word code - something like **oak-bat-tree** - that a volunteer can read aloud over the desk and type, with hyphens optional and case ignored. It does everything the accession number did: it names one physical copy, so lending and returns are exact even when the shelf holds five identical copies. It just does it without a ledger, a sequence, or a barcode scanner - three words typed into a phone at the desk do the whole job.

If your books already carry accession numbers from a previous system or an old sticker inside the cover, they still work. Every copy also has a free-text barcode field that accepts any format, so a brought-in number is kept as-is rather than re-labelled.

## How Your Book Nest helps

Your Book Nest tracks items, copies and loans separately, so per-copy identity is built in rather than a discipline you maintain. Adding a copy generates its three-word code automatically - there is no register to keep and no next-number to look up - and an existing accession number or barcode pastes into the copy's barcode field unchanged.

For copies that should carry a physical label, the Labels page prints a PDF sheet onto blank Avery 5162 label stock, with the three-word code in large print plus a scannable barcode - the walkthrough is in [how to print your own library barcode labels](/articles/how-to-print-your-own-library-barcode-labels). Label printing and code generation are included in the flat £45 | US$60 | €50 | CA$85 | A$85 | NZ$100 a year plan, with a free tier below it.

You can see the whole model without an account - [the home page is a live demo](/), and adding a book creates its first copy, code and all.

A genuinely formal accessioning workflow - registers, budgets, audit trails - is a real need in school districts, academic collections and public systems, and it is what a full ILS is for. That scale of tooling, and why a tiny library does not need it, is covered in [what an ILS is and whether a tiny library needs one](/articles/what-is-an-ils-and-does-a-tiny-library-need-one).

## Where this is heading

An optional ISBN field, for the copies that carry one, is on the [roadmap](/roadmap), which also lays out what is deliberately left out to keep a tiny library simple.

## Q&A

**Q: What is an accession number in a library?**
A: It is the unique identifier a library assigns to each physical item when it is added to the collection, one per copy in order of arrival. It stays with that copy permanently and is traditionally recorded in an accession register alongside the date, source and price.

**Q: What is the difference between an accession number and an ISBN?**
A: An ISBN identifies an edition, so every copy of the same printing shares one. An accession number identifies a single physical copy, so three copies of the same book have the same ISBN but three different accession numbers.

**Q: Does a small library need accession numbers?**
A: It needs what accession numbers provide - a separate identity for each physical copy, so returns are unambiguous when two copies of the same title exist. It does not need the traditional ceremony of a sequential register and ledger; modern small-library software assigns each copy an identity automatically.

**Q: Can I keep my old accession numbers when switching library software?**
A: Yes, if the software accepts brought-in identifiers. Your Book Nest stores an existing accession number in each copy's free-text barcode field in any format, so books keep the numbers already written or stickered inside them.

**Q: Is an accession number the same as a barcode?**
A: In most modern small-library systems, effectively yes - the number printed under the barcode on a copy's label is its accession number, and some systems name the field exactly that. The barcode is just a machine-readable way to enter the same per-copy identifier.
