Wiki/Why There Will Never Be 21 Million Bitcoin (Rounding Losses)
Why There Will Never Be 21 Million Bitcoin (Rounding Losses) - Biturai Wiki Knowledge
ADVANCED | BITURAI KNOWLEDGE

Why There Will Never Be 21 Million Bitcoin (Rounding Losses)

The theoretical maximum supply of Bitcoin is often cited as 21 million, but the actual number minted will be slightly less due to the protocol's design. This discrepancy arises from the integer arithmetic used in calculating block rewards,

Biturai Knowledge
Biturai Knowledge
Research library
Updated: 6/26/2026
Technically checked

Structure, readability, internal linking, and SEO metadata were automatically checked. This article is continuously updated and is educational content, not financial advice.

Definition

Bitcoin's fundamental design includes a hard cap on its total supply, famously set at 21 million coins. This limit is a cornerstone of its scarcity and value proposition, distinguishing it from fiat currencies with potentially infinite supplies. However, a lesser-known nuance is that the actual number of Bitcoins ever to be created will fall marginally short of this exact figure. This slight deficit is a consequence of the Bitcoin protocol's block reward calculation mechanism, specifically how it handles fractional units at the smallest denomination, the satoshi, through integer arithmetic and rounding down.

The Bitcoin supply cap refers to the predetermined maximum number of Bitcoins that can ever exist, hardcoded into its protocol. Rounding losses describe the minuscule, unrecoverable amounts of Bitcoin that are never issued because the block reward calculation rounds down fractional satoshis to the nearest whole number, preventing the total supply from ever reaching precisely 21 million.

Key Takeaway

The core principle behind Bitcoin's scarcity is its fixed supply, designed to be capped at 21 million. However, due to the halving mechanism and the use of integer arithmetic in the Bitcoin codebase, the final total number of Bitcoins issued will be infinitesimally less than 21 million. Each block reward is calculated in satoshis, the smallest unit of Bitcoin (1 BTC = 100,000,000 satoshis), and any fractional satoshis resulting from the halving process are simply rounded down, meaning they are never created. This ensures the supply never exceeds the cap but also means it will never precisely reach it.

Mechanics

The Bitcoin protocol dictates that new Bitcoins are introduced into circulation as block rewards to miners who successfully add new blocks to the blockchain. This reward started at 50 BTC per block in 2009 and is halved approximately every four years, or every 210,000 blocks. The halving schedule proceeds as follows: 50 BTC, then 25 BTC, then 12.5 BTC, and so on. This process continues until the block reward becomes so small that it effectively rounds down to zero satoshis.

The critical detail lies in how these rewards are calculated and distributed. Bitcoin's internal accounting operates using satoshis, not whole Bitcoins. One Bitcoin is equivalent to 100 million satoshis. When a block reward is halved, the calculation is performed on the satoshi value. For example, 50 BTC becomes 5,000,000,000 satoshis. Halving this yields 2,500,000,000 satoshis (25 BTC). Halving again yields 1,250,000,000 satoshis (12.5 BTC). The issue arises when a halving would result in a fractional satoshi. The Bitcoin protocol, specifically the GetBlockSubsidy function in its C++ codebase, uses integer arithmetic, which inherently truncates (rounds down) any decimal places. If a reward were to be, for instance, 0.000000015 BTC (1.5 satoshis), the integer arithmetic would round this down to 0.00000001 BTC (1 satoshi), effectively discarding the 0.5 satoshi. This rounding down occurs at the very end of the supply schedule, where the block rewards become extremely small. The sum of all these minute rounding losses, accumulated over many decades and numerous halvings, results in a total supply that is marginally less than the theoretical 21 million BTC. The final block reward will be 1 satoshi, and the subsequent halving would result in 0.5 satoshis, which is rounded down to 0, effectively ending new Bitcoin issuance.

The mathematical basis for the 21 million cap comes from the sum of a geometric series: 50 + 25 + 12.5 + ... This series, if continued infinitely, converges to 100. Multiplied by 210,000 blocks per halving period, and then by the initial reward, it theoretically reaches 21 million. However, because the smallest unit is a satoshi and the protocol strictly uses integer arithmetic, any calculation that would result in a fraction of a satoshi is rounded down. This means that the sum of all actual block rewards will always be slightly less than the theoretical maximum. This design choice is a fundamental aspect of Bitcoin's immutability, ensuring that the supply cap is never breached, even at the cost of a minuscule shortfall.

Trading Relevance

From a practical trading perspective, the fact that the total Bitcoin supply will be slightly less than 21 million has a negligible direct impact on daily price movements or trading strategies. The difference is so minuscule – likely a few dozen satoshis out of trillions – that it does not alter the fundamental supply-demand dynamics in any measurable way. Traders and investors operate under the assumption of a fixed and scarce supply, and this minor discrepancy does not change that overarching narrative. The psychological impact of a hard cap, even if slightly under 21 million, remains immensely powerful, reinforcing Bitcoin's value proposition as a deflationary asset.

Understanding this nuance reinforces the absolute certainty of Bitcoin's supply limit. It demonstrates the rigorous and deterministic nature of the protocol. For long-term investors and those focused on Bitcoin's fundamental value proposition, this detail underscores the mathematical precision and unalterable rules governing its issuance. It's a testament to the protocol's design that it prioritizes never exceeding the cap, even if it means falling slightly short. This certainty is a key factor in Bitcoin's appeal as a store of value, as it eliminates the risk of unexpected inflation or supply increases that could dilute holdings. Unlike traditional fiat currencies, where central banks can increase supply at will, Bitcoin's supply schedule is transparent, predictable, and mathematically enforced, making it a unique asset in the global financial landscape.

Risks

The concept of rounding losses in Bitcoin's supply schedule does not present a “risk” in the conventional sense, but rather an inherent characteristic of the protocol. There is no risk of system failure or that Bitcoin's scarcity will be undermined. On the contrary, the mathematical precision and immutability of the code are strengths that bolster confidence in the network's integrity. The only “risk” could lie in a misinterpretation of the exact total supply, potentially leading to unnecessary confusion if one considers 21 million as an exact, rather than a theoretical maximum value.

Another potential misunderstanding could be the assumption that these tiny, unissued satoshis could somehow be recovered or later brought into circulation. This is not the case. The satoshis lost through rounding down are permanently removed from potential circulation and will never exist. This is a fixed part of the protocol and cannot be altered without a fundamental change to the consensus mechanism, which is extremely unlikely given Bitcoin's decentralized nature and the need for broad agreement among node operators. The assurance that the cap will never be exceeded far outweighs the minimal deviation from the theoretical number, reinforcing Bitcoin's robust design against inflationary pressures.

History and Examples

The idea of a fixed supply cap for Bitcoin was established by Satoshi Nakamoto in his whitepaper and in the early implementations of the Bitcoin code. The choice of 21 million is not arbitrary but results from the combination of the initial block reward of 50 BTC and the halving every 210,000 blocks over a period of approximately 132 years. The sum of the geometric series (50 + 25 + 12.5 + ...) mathematically converges towards 21 million. The rounding losses are a byproduct of the necessity to perform these calculations in discrete units (satoshis) while preventing an overshoot of the cap under all circumstances.

A concrete example of the impact of integer arithmetic can be found in the GetBlockSubsidy function within the Bitcoin Core client. This function calculates the reward for each block. If, for instance, the reward is 1 satoshi and the next halving is due, the theoretical reward would be 0.5 satoshis. Since satoshis are the smallest indivisible unit and integer arithmetic does not allow for fractions, this value is rounded down to 0. This means that these 0.5 satoshis are never created. Over Bitcoin's entire lifespan, especially in the later stages where rewards become extremely small, these tiny round-downs accumulate to a total supply that falls just short of 21 million. The last Bitcoin reward is expected to be issued around the year 2140, and at that point, the cumulative supply will have just missed the 21-million mark.

Common Misunderstandings

One of the most common misunderstandings is the assumption that exactly 21 million Bitcoins will come into circulation. While this is the theoretical upper limit and is communicated as such to emphasize scarcity, the actual number will be minimally less due to the rounding losses described above. It is important to understand that this discrepancy is not due to an error in the protocol but rather a deliberate design decision that ensures the supply cap is never exceeded under any circumstances. This precision is a feature, not a bug, reinforcing the network's integrity.

Another misunderstanding might be that these missing satoshis have a significant impact on Bitcoin's value. The reality is that the difference is so negligible that it is irrelevant for market valuation or the economic function of Bitcoin. The psychological effect of a fixed, non-inflationary supply is far more important than the exact decimal place of the total quantity. The message of absolute scarcity remains intact and is the decisive factor for value perception. The discussion about rounding losses serves more to illustrate the technical precision and the unyielding nature of the Bitcoin protocol than to stir practical concern about the total supply. It highlights the meticulous engineering behind Bitcoin's monetary policy.

Summary

The maximum supply of Bitcoin is a cornerstone of its value proposition and scarcity. Although often referred to as 21 million Bitcoins, the actually issued amount will be slightly less due to the integer arithmetic and the rounding down of fractional satoshis within the Bitcoin protocol. This mechanism is a deliberate design choice to ensure that the supply cap is never exceeded, even if it means the sum of all block rewards falls just short of the 21-million mark. For traders and investors, the practical impact of this tiny difference is negligible; the certainty of a fixed and deflationary supply remains the decisive factor for Bitcoin's appeal as digital gold and a store of value. Understanding this technical nuance underscores the robustness and immutability of the Bitcoin protocol, reinforcing its long-term economic properties.

OKX · Official Biturai Partner

OKX

Explore the current OKX offering through the official Biturai partner link. Products and availability may vary by country.

Explore OKX

Partner link · Biturai may receive compensation when it is used · not investment advice

OKX

Disclaimer

This article is for informational purposes only. The content does not constitute financial advice, investment recommendation, or solicitation to buy or sell securities or cryptocurrencies. Biturai assumes no liability for the accuracy, completeness, or timeliness of the information. Investment decisions should always be made based on your own research and considering your personal financial situation.

Transparency

Biturai may use AI-assisted tools to research, structure, or update Wiki articles. Editorially reviewed articles are marked separately; all content remains educational and does not replace your own review.