O
AI-generated image

checksum

/ˈtʃɛk.sʌm/ noun · British & US
Valid in UKValid in US
Share WhatsApp

What does checksum mean?

A checksum is a small numerical value generated by running a mathematical algorithm over a block of data, such as a file, message, or network packet. The idea is elegantly simple: because any change to the underlying data — even a single altered bit — will almost always change the resulting checksum, comparing a freshly computed checksum against a known good one provides a quick way to detect corruption. Checksums accompany nearly everything digital that travels far or lives long: software downloads, firmware updates, archived files, and packets crossing the internet all carry them as a built-in safety net. They are not foolproof against deliberate tampering; for security-critical integrity checks, stronger tools such as cryptographic hashes are preferred. But as a fast, inexpensive guard against accidental damage, the checksum remains one of the most quietly essential mechanisms in modern computing.

noun

A value computed from a block of data by applying an algorithm to it and transmitted or stored alongside the data so that errors or corruption introduced later can be detected by recomputing the value.

Senses
  1. A numeric value calculated from a set of data (such as a file or network packet) and used to detect accidental errors or corruption in transmission or storage.
Example

"The downloaded file failed its checksum verification, so the installer flagged it as corrupted."

More examples

"The package manager compares the checksum of each download against the publisher's official value before installing anything."

"A single flipped bit during transmission caused a checksum failure, and the router requested that the packet be resent."

Plural checksums

Standard regular plural; common in technical documentation when discussing multiple verification values or algorithms.

Example

"The protocol relies on checksums to catch corrupted packets."

Did you know?

Every time your phone installs an update, a humble little number called a checksum silently stands guard — if even one bit got flipped in transit, it refuses to let the broken file through.

Reviewed by Deb Chak, Editor. AI-assisted content curated by RJS Tech Solutions LLP.

Etymology of checksum

Checksum is a compound of the everyday English words 'check' and 'sum', coined in the mid-twentieth century alongside the rise of digital computing and data transmission. Its second element ultimately derives from Latin 'summa' ('total, highest part'), which also gave English 'summary' and 'summit'. The term emerged naturally once engineers needed a name for a value whose whole purpose was to 'check' a 'sum' computed over data.

How checksum is actually used

Checksum is a technical term belonging chiefly to computing, networking, and data-storage contexts; it is neutral in register but would sound jargon-like in everyday conversation outside those fields.

Easily confused with checksum

check digit

A check digit is a single extra digit appended to numbers like ISBNs or barcodes for error detection, while a checksum is typically a larger computed value applied to blocks of digital data.

hash

A cryptographic hash is designed to be computationally infeasible to reverse or forge and is used for security purposes, whereas a simple checksum only detects accidental corruption.

What's another word for checksum?

Words and phrases paired with checksum

checksum errorchecksum mismatchverify the checksumcompute a checksum

Rhymes with checksum