Skip to content
MasterMath

Uptime SLA Calculator

How much downtime an SLA allows per year, month and week, and what each nine actually means.

Maximum downtime allowed

—

Maximum downtime allowed—
In minutes—
Nines in the SLA—
Per month—
Per week—
Per day—
With one more nine—

How this was worked out

    The formula

    downtime = period × (1 − availability)

    Where it comes from

    An SLA is stated as a percentage of availability, but what matters is the downtime it permits, and that figure is surprisingly concrete. 99.9 % over a year is eight and three quarter hours: a whole afternoon. 99.99 % is fifty-two minutes. 99.999 % — the famous five nines — is five minutes and fifteen seconds, and that includes updates. Each nine added divides the downtime by ten.

    How to work it out by hand

    1. Subtract the availability from a hundred: that is the downtime percentage
    2. Convert the period to minutes
    3. Multiply the minutes by that percentage
    4. Spread it across months, weeks or days

    What is worth knowing

    Going from one nine to the next is not a tweak, it is a different architecture and a different budget. Three nines needs a well-administered server and a maintenance window. Four needs real redundancy and zero-downtime deploys. Five means replicating across regions, automating failover and accepting that no human intervention fits inside the window. It is also worth reading the small print: most commercial SLAs exclude scheduled maintenance from the count, measure by month rather than by year, and compensate with service credit rather than actual damages. An SLA is not a guarantee that it will work: it is an agreement about what happens when it does not.

    Frequently asked questions

    How much downtime does 99.9 % allow?

    Eight hours and forty-five minutes a year, or forty-three minutes a month.

    What are five nines?

    99.999 % availability, which is five minutes and fifteen seconds of downtime a year, maintenance included.

    How much is 99.99 % per month?

    About four minutes and twenty-three seconds. Over a year it is fifty-two and a half minutes.

    Why is another nine so expensive?

    Because it divides downtime by ten, which forces a change of architecture: real redundancy, zero-downtime deploys and automated failover.

    Does scheduled maintenance count as downtime?

    In most commercial SLAs, no: it is expressly excluded. That clause is worth reading before comparing two providers.