What does byte mean?
A byte is the fundamental unit of digital information in modern computing, conventionally comprising eight bits — individual binary digits that are each either 0 or 1. Because a single byte can encode 256 distinct values, it is just large enough to represent one typed character, which makes it the natural measure for text, file sizes, and memory capacity. Larger amounts of data are expressed in kilobytes, megabytes, gigabytes, and beyond, all multiples of the byte. The word was coined in the 1950s by computer scientist Werner Buchholz at IBM, who chose the spelling 'byte' partly to distinguish it clearly from 'bit', the smaller unit it contains. Though primarily a technical term, the byte has become familiar to everyday users through file sizes and download speeds, giving it a firm place in ordinary language as well as in engineering.
nounA group of eight binary digits (bits) treated as a unit, the standard measure of digital information in computing. It is typically large enough to represent a single character such as a letter or digit.
- A unit of digital information equal to eight bits, the standard measure of data storage and memory.
- (loosely, in general use) Any small unit or chunk of data.
"The document is only a few kilobytes in size, so it should email without any trouble."
"Each character you type on your keyboard typically occupies one byte of storage."
"The file transfer rate was measured in megabytes per second."
'Byte' is a countable noun and forms its plural regularly as 'bytes'.
"The image file takes up roughly two million bytes on disk."
The word 'byte' was deliberately spelled with a Y so it couldn't be mistaken for 'bit' — a typo-proofing trick from the earliest days of computing.
Reviewed by Deb Chak, Editor. AI-assisted content curated by RJS Tech Solutions LLP.
Etymology of byte
The word 'byte' was coined in the mid-1950s by Werner Buchholz, an engineer working on IBM's Stretch supercomputer project, who needed a name for an ordered grouping of bits larger than a single bit. He reportedly chose the spelling with a 'y' specifically to avoid confusion with 'bit', which could otherwise be misread as a contraction. The term derives ultimately from 'bite' as in taking a mouthful of data, reflecting the idea of a chunk of information. Its companion unit 'nibble' — half a byte, four bits — was coined later along the same playful lines.
How byte is actually used
Strictly technical usage treats a byte as exactly eight bits, though historically some machines used other sizes; the term 'octet' denotes precisely eight bits unambiguously. Prefixes like kilo-, mega-, and giga- attach to bytes to express larger quantities, though whether they mean powers of 1,000 or 1,024 has been a source of ambiguity resolved by standards bodies distinguishing decimal prefixes from binary ones (e.g. kibibyte).
Easily confused with byte
A bit is a single binary digit (0 or 1), whereas a byte is a group of eight bits; 'byte' and 'bit' also sound similar but are distinct units.