GitHub's Historic Uptime
todsacerdoti
447 points
110 comments
March 31, 2026
Related Discussions
Found 5 related stories in 47.0ms across 3,471 title embeddings via pgvector HNSW
- GitHub appears to be struggling with measly three nines availability richtr · 446 pts · March 23, 2026 · 56% similar
- GitHub is once again down MattIPv4 · 352 pts · March 24, 2026 · 52% similar
- GitHub having issues [resolved] Simpliplant · 207 pts · March 03, 2026 · 51% similar
- Tell HN: GitHub Having Issues Sytten · 51 pts · March 03, 2026 · 49% similar
- GitHub Actions is shitting the bed again drcongo · 39 pts · March 05, 2026 · 48% similar
Discussion Highlights (20 comments)
zja
PR merging broken right now https://www.githubstatus.com/incidents/ml7wplmxbt5l
_air
Do we have metrics for the uptime of other major services? Would be interesting to see if this is just a GitHub problem or industry-wide.
josefritzishere
That's pretty stark.
BadBadJellyBean
I feel like by now GitHub has a worse downtime record than my self hosted services on my single server where I frequently experiment, stop services or reboot.
alberth
Unsolicited feedback ... changing the y-axis to be hours (not % uptime) might be more intuitive for folks to understand. The data is there, you just have to hover over each data point.
dewey
I remember a lot of unicorn pages back in the days. Maybe the status page was just not updated that regularly back then?
mcherm
The significance of the changeover would be much more impactful if the chart showed a longer history.
rvz
I guess "centralizing everything" to GitHub was never a good idea and called it 6 years ago. [0] Looking at this now, you might as well self host and you would still get better uptime than GitHub. [0] https://news.ycombinator.com/item?id=22867803
SamuelAdams
It could also be that they have more customers / clients now, or offer more capabilities.
phillipcarter
FWIW if people are looking for a reason why, here's why I think it's happening: https://thenewstack.io/github-will-prioritize-migrating-to-a...
mholt
Even better IMO is this status page: https://mrshu.github.io/github-statuses/ "The Missing GitHub Status Page" with overall aggregate percentages. Currently at 90.84% over the last 90 days. It was at 90.00% a couple days ago.
shrinks99
I got Claude to make me the exact same graph a few weeks ago! I had hypothesized that we'd see a sharp drop off, instead what I found (as this project also shows) is a rather messy average trend of outages that has been going on for some time. The graph being all nice before the Microsoft acquisition is a fun narrative, until you realize that some products (like actions, announced on October 16th, 2018) didn't exist and therefore had no outages. Easy to correct for by setting up start dates, but not done here. For the rest that did exist (API requests, Git ops, pages, etc) I figured they could just as easily be explained with GitHub improving their observability.
yakkomajuri
I mean I'm as annoyed as the next person about the outages but I'm not sure correlating with the Microsoft acquisition tells the whole story? GitHub usage has been growing massively I'd imagine?
bob1029
I'm convinced one of my org's repos is just haunted now. It doesn't matter what the status page says. I'll get a unicorn about twice a day. Once you have 8000 commits, 15k issues, and two competing project boards, things seem to get pretty bad. Fresh repos run crazy fast by comparison.
fishtoaster
Is the pre-2018 data actually accurate? There seem to have been a number of outages before then: https://hn.algolia.com/?dateEnd=1545696000&dateRange=custom&... Maybe that's just the date when they started tracking uptime using this sytem?
robshippr
This at least makes me feel like I am not going crazy when I say "Github used to be much more reliable before Microsoft bought them"
starkparker
The biggest spikes are Github Actions, starting November 2019. They didn't go GA until November 13, 2019: https://siliconangle.com/2019/11/13/github-universe-announce...
hk__2
It’s biaised to show this without the dates at which features were introduced. A lot of the downtimes in the breakdown are GitHub Actions, which launched in August 2019; so yeah what a surprise there was no Actions downtime before because Actions didn’t exist.
fontain
GitHub is 100x the size today with 100x the product surface area. Pre-Microsoft GitHub was just a git host. Now, whether GitHub should have become what it is today is a fair question but to say “GitHub” is less stable today vs. 10 years ago ignores the significant changes. Also, much of these incidents are limited to products that are unreliable by nature, e.g: CoPilot depends on OpenAI and OpenAI has outages. The entire LLM API industry expects some requests to fail. GitHub’s reliability could stand to be improved but without narrowing down to products these sort of comparisons are meaningless.
darkhorn
When I say that Microsoft writes very bad code some people get offended. For example for Azure Event Hubs they have almost no documentation and Java libraries that mostly do not run.