An ear tag is not really a tag. It is a primary key — the thing every other record about an animal joins against. A weaning weight, a breeding date, a treatment, a sale: none of them mean anything attached to the wrong ID, and none of them mean anything at all attached to no ID. The choice between a visual tag and an electronic (EID) tag is, underneath the technology, a choice about how that key fails, because every identification method fails sometimes.
This page is about that failure mode, not about which tag a given regulation currently requires — that answer belongs to your regulator, and it changes.
The regulator sets the requirement, not this page. Whether official identification is mandatory, which animals it applies to, and what form it must take, is set by your regulator and, for animals crossing a jurisdiction, by the destination's requirements. Those rules vary and they change. What follows is about designing a tagging and recordkeeping system that holds up regardless of what the current rule says — the recordkeeping discipline is the same whether the tag on the animal is mandated or chosen.
A visual tag is readable by anyone; that is its whole value
The advantage of a visual tag is that it requires nothing but eyes. Anyone walking the pen — a hired hand, a vet on a first visit, a buyer at the sale barn — can read the number and act on it without a reader, a phone, or a network connection. That is a real advantage, and it is why visual tags persist even on operations with full electronic identification: the tag that works when the reader battery is dead is worth keeping.
Its failure mode is equally simple. Tags scuff, fade, get chewed, and fall out — ears are not a gentle place for anything to stay attached for years. When a visual tag is lost and there is no other identifier on the animal, re-identification becomes a judgment call: coat pattern, size, which group she was run with, whose memory is trusted. That is not a record. It is a reasonable guess wearing the authority of one.
An EID tag trades universal readability for an unambiguous read
An electronic tag flips the trade. It cannot be read by eye — it needs a panel reader or a wand — but when it is read, there is no ambiguity: the number the reader returns is the number, not a squint at a faded digit across a pen in bad light. That precision matters most exactly where visual reading is weakest: fast-moving animals through a chute, low light, a crowd of similar-looking calves.
Its own failure mode is different, not absent. A tag can still be lost from the ear the same way a visual tag can. What an EID system additionally depends on is the reader and the software behind it working, being present, and being used consistently — a chute without a reader on a given day produces no read at all, whereas a chute without electronics can still be worked off the visual number written on a clipboard.
Redundancy is the actual answer, not a choice between the two
Framed as an either-or, the decision is close. Framed as a redundancy question, it is not: the two technologies fail in different, mostly uncorrelated ways, so running both on the same animal means one failure rarely takes down the identification entirely. A visual tag that falls out still leaves the EID tag readable at the chute. An EID tag that fails to scan, or a reader that is down, still leaves a legible number on the animal's ear.
The record this implies is not complicated — it is one extra field. Store both numbers against the same internal animal record, so that either one, read alone, resolves to the same history. What breaks this is treating the two tags as two separate identities that happen to be on the same animal, rather than two readings of one identity. The moment they drift apart — the visual tag gets replaced and the new number is never linked back to the old EID — the animal effectively becomes two different records, and its history before the replacement is orphaned.
What happens when a tag is lost, and what the record should already show
A lost tag is not a rare event on a real operation; it is a routine one, and the question worth asking in advance is what the record does the day it happens. If the animal carries a second identifier — the other tag type, a tattoo, a brand — the loss is an inconvenience: re-tag, log the replacement against the existing history, move on. If the lost tag was the only identifier, the loss is a break in the chain: every prior record for that animal becomes unreachable except by memory, and every record from this point forward starts a new, disconnected history under a new tag number.
Recording the replacement event itself — old number, new number, date, reason — is what prevents that new history from starting cold. It is a small entry that most operations skip because the moment of re-tagging feels administrative rather than consequential. It is exactly the entry that determines whether five years of weaning weights and breeding records survive the tag change or vanish with it.
The tag is the key; the record is still the point
Neither tag type records anything by itself. A tag, of either kind, that is never written down against an event identifies an animal and nothing else. The entire value of choosing carefully between visual and electronic identification, and of running both, is that it protects the thing that actually matters: the ability to attach every event in an animal's life to one continuous ID. Farm40 stores both a visual tag number and an EID number on the same animal record and lets either one resolve every history attached to that animal, and one of the twelve one-click CSV exports pulls a full tag-to-animal crosswalk on demand. The limit is the same as with any export: it is a view of what was entered. If a re-tag event was never logged, the export cannot reconnect the old history to the new number — that link still has to be written down at the moment the tag changes, not reconstructed after.
Tag choice is one decision inside the larger discipline covered in the livestock management guide. It is a foundational one, because every other record on this page's list — weights, breeding, treatments — depends on the key underneath it holding for the life of the animal.
