- Service Status
- /
- PyPI
Is PyPI Down?
Reachable from all 8 checked regions
Average response time: 83ms
Last checked · checks run every 6 hours
Official status page: https://status.python.org
PyPI uptime
Measured from multiple regions every 6 hours. Percentages count only checks that returned an availability answer — 16 days measured so far. A dash means that window does not yet hold enough measured days to publish a figure.
30-day history
16-day clean streakReachability by region
Each region runs its own request from a different part of the world. A service can be up for one continent and down for another, which is usually the first sign of a routing or CDN problem.
What PyPI does
PyPI, the Python Package Index, is where Python packages are published and where pip downloads them from. Package files are served from files.pythonhosted.org behind a CDN. Almost every Python build, container image and CI pipeline reaches PyPI at some point, so an outage stops deployments and test runs across projects that have nothing else in common.
What an outage looks like
The Python Infrastructure status page tracks pypi.org and files.pythonhosted.org separately, each split into backends, CDN and redirects. That split matters: the website can load while package downloads fail, or the index can respond while file fetches time out. In practice a PyPI incident appears as pip install hanging or failing partway through CI rather than as anything a person sees in a browser.
What to do about it
Check status.python.org, which covers pypi.org, files.pythonhosted.org, python.org and docs.python.org as separate components. If only the CDN or file hosting is affected, retrying sometimes succeeds from a different edge location. For builds, a local package mirror or cache removes the dependency entirely, which is the standard answer for teams whose deployments cannot wait out a PyPI incident.
Is it down for everyone, or just you?
If this page says PyPI is up but it is not loading for you, the problem is between you and them. Run a check against any URL from all 18 regions to find out where it breaks.
Related services
PyPI outage FAQ
My pip install is failing. Is PyPI down?
Does a PyPI outage break running applications?
Why does the PyPI website work when downloads fail?
How do I keep builds working during a PyPI outage?
How we measure this
- We request PyPI's public endpoint every 6 hours from Fly.io regions across six continents — 8 of them answered the most recent check.
- A region counts as down only when it gets no usable HTTP response. A
403or429means the origin answered and refused us, which we report as blocked, never as an outage. - A single failing region is treated as probe noise. We only change the verdict when two consecutive cycles agree.
- Response times average only the regions that actually served the page, so a timeout never inflates the number.
- Where PyPI publishes an official status feed we read it too. An all-clear from the vendor can soften an unconfirmed degradation; a vendor-declared outage only worsens our verdict when our own checks corroborate it.
Get alerted when PyPI goes down
This page refreshes every 6 hours. Your own monitors run as often as every 30 seconds, from the same 18 regions, and tell you the moment something breaks.
Start Free Monitoring

