- Service Status
- /
- npm
Is npm Down?
Reachable from all 8 checked regions
Average response time: 126ms
Last checked · checks run every 6 hours
Official status page: https://status.npmjs.org
npm uptime
Measured from multiple regions every 6 hours. Percentages count only checks that returned an availability answer — 13 days measured so far. A dash means that window does not yet hold enough measured days to publish a figure.
30-day history
13-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 npm does
npm is the default package registry for JavaScript and Node.js. Running npm install, yarn or pnpm pulls tarballs and metadata from registry.npmjs.org, while npmjs.com hosts search and the package pages. Almost every JavaScript build depends on it, so a registry fault stops installs and pipelines across projects that share no other infrastructure at all.
What an outage looks like
npm reports the website, installs, publishes, search, Security Audit and the replication feed as separate components, so installs can fail while the site itself loads fine. Builds stop with E404, ETARGET or ECONNRESET against registry.npmjs.org, npm publish hangs partway, and npm audit times out. Continuous integration fails before local machines do, because it installs from scratch rather than from a warm cache.
What to do about it
Check status.npmjs.org, which reports installs separately from the website. If installs are the problem, npm install --prefer-offline serves anything already in the local cache, and a committed lockfile plus a restored cache in CI avoids most registry round trips. A publish that failed partway can usually be retried once service returns, though a version number that was already accepted cannot be reused.
Is it down for everyone, or just you?
If this page says npm 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
npm outage FAQ
Is npm down or is it my network?
Can I keep building while npm is down?
Does an npm outage affect packages already deployed?
Is a failed npm publish safe to retry?
How we measure this
- We request npm'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 npm 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 npm 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
