Uptime: what 99.9 percent really means in minutes per month
Uptime percentages hide the number that matters. What each figure means in minutes of downtime, what a guarantee actually promises, and what to ask for instead.
The short answer
Uptime is usually quoted as a percentage, and percentages hide the number a business owner can picture: minutes. A month has about 43,800 minutes. The arithmetic is simple and the results are worth knowing.
| Uptime | Allowed downtime per month | Allowed downtime per year |
|---|---|---|
| 99 percent | about 7 hours 18 minutes | about 3 days 15 hours |
| 99.5 percent | about 3 hours 39 minutes | about 1 day 20 hours |
| 99.9 percent | about 44 minutes | about 8 hours 46 minutes |
| 99.95 percent | about 22 minutes | about 4 hours 23 minutes |
| 99.99 percent | about 4 minutes | about 53 minutes |
The figures are arithmetic, not measurements of any provider. They show why a guarantee of 99.9 percent, the common figure, is not a promise of “always on”. It is a promise of no more than three quarters of an hour a month, on average, at unspecified times.
What a guarantee actually promises
Read the clause, not the headline. Most uptime guarantees:
- Pay a credit on a future invoice when missed, often a modest share of the monthly fee.
- Require you to claim within a set number of days, with evidence.
- Exclude scheduled maintenance, third-party failures, attacks and anything caused by your own configuration.
- Measure at their edge, not at your visitor’s browser.
The two things that matter more
For a small business, the difference between providers’ percentages is smaller than the difference between two questions:
- How quickly is downtime noticed? Independent monitoring from outside, checking every minute, alerting a person. Without it, the answer is “when a customer complains”, which can be hours or days.
- Who fixes it, and how fast? A named party with access and a routine, or a ticket queue. The same 40-minute outage is a non-event with the first and a lost morning with the second.
Why architecture beats percentages
Most small business downtime does not come from a data centre failing. It comes from a server running out of memory, a database locking up, a plugin update breaking the site, a certificate expiring, a traffic spike, or someone changing DNS. A static site served from an edge network has no server to run out of memory, no database to lock, no plugin to update in production, automatic certificates, and spikes are absorbed by the network. The failure modes are absent, which is worth more than any figure in a contract.
What this means for you
Translate any uptime figure into minutes per month before you compare. Then ask the two questions that matter: who notices, and who fixes. If your site runs on a single server with no independent monitoring, both answers are probably “nobody”, and no percentage in the contract changes that. Moving to a static build on an edge network, with monitoring and a partner who responds, changes both.
Frequently asked questions
Is 99.9 percent good?
It is the common figure and it allows roughly three quarters of an hour of downtime a month. Whether that is acceptable depends on when it happens: 44 minutes at 3 a.m. on a Sunday is invisible; 44 minutes during a product launch is not. Percentages average away the moments that matter.
What does an uptime guarantee give me if it is missed?
Typically a credit on the next invoice, often a small share of the monthly fee, and usually only if you claim it within a window and the outage was not excluded as maintenance or a third-party failure. It is not compensation for lost sales. Read the exclusions before you rely on the number.
How do I know what my uptime actually is?
Independent monitoring: a service that checks your site from outside every minute and records when it fails. Your hosting provider's own status page is not a measurement of your site. Without monitoring, your uptime is whatever nobody complained about.
Does a CDN or static hosting guarantee 100 percent?
Nothing guarantees 100 percent. But a static site served from many locations has no single server to fail, no database to overload and no process to crash, so the failure modes behind ordinary downtime are simply absent. The practical uptime is far better than the contract promises.
Sources
- Cloudflare Learning Center: What is a CDN? (accessed 2026-09-11)