Is npm down right now?

Live npm registry status pulled from status.npmjs.org. Track the npm CLI, the registry API, the website, package signatures, and 2FA. If your `npm install` is hanging or returning 503s, this page will tell you whether the registry itself is the problem before you spend an hour debugging.

Major outage: AWS

npm

Operational

JavaScript registry, install API, web app.

Status from status.npmjs.org · last fetched 4s ago

Last checked 0s ago

Developer Platforms

Docker HubUnable to verifystale

Upstream returned 404

GitLabUnable to verifystale

Upstream returned 404

BitbucketOperational

Atlassian source hosting and Pipelines.

GitHubOperational

Source hosting, Actions, Pages, Packages, Copilot.

HomebrewOperational

macOS / Linux package manager (uses GitHub).

npmOperational

JavaScript registry, install API, web app.

PyPIOperational

Python Package Index — pip install backend.

AI / ML APIs

Hugging FaceUnable to verifystale

Upstream returned invalid JSON

AnthropicOperational

Claude API, Claude.ai, Claude Code.

CursorOperational

AI code editor — chat, tab, composer.

GitHub CopilotOperational

AI pair programmer — completions, chat, agents.

Google GeminiOperational

Gemini API, Vertex AI, AI Studio.

OpenAIOperational

ChatGPT, GPT-4, GPT-5, DALL-E, Whisper APIs.

ReplicateOperational

Run open-source ML models via API.

Cloud / Hosting

AWSMajor outage

Service disruption: Increased Error Ratesstarted 5 days ago

CloudflareDegraded performance

Resolution Issues for .de Domainsstarted 2 hr ago

Fly.ioDegraded performance

Elevated error rates on List Machines endpointstarted 13 min ago

VercelDegraded performance

Failures to load data across multiple services on the Vercel dashboard, API, and CLIstarted 9 hr ago

HerokuUnable to verifystale

Upstream returned 404

RailwayUnable to verifystale

Upstream returned invalid JSON

DigitalOceanOperational

Droplets, App Platform, managed databases.

Google CloudOperational

Compute, Storage, BigQuery, Cloud Run.

Microsoft AzureOperational

Azure VMs, App Service, AKS, Azure SQL.

NetlifyOperational

Static + Jamstack hosting, Functions, Forms.

RenderOperational

Web services, cron, Postgres, Redis.

Databases / Data

NeonUnable to verifystale

Upstream returned 404

Redis CloudUnable to verifystale

Upstream returned invalid JSON

TursoUnable to verifystale

Upstream returned invalid JSON

MongoDB AtlasOperational

Impaired Cluster Operations – AWS me-central-1 (United Arab Emirates) and AWS me-south-1 (Bahrain)started 65 days ago

PlanetScaleOperational

Serverless MySQL, Vitess-backed.

SupabaseOperational

Postgres, auth, storage, realtime, edge fns.

Payments / Infra

TwilioDegraded performance

SMS Delivery Delays from Twilio to Tigo Guatemalastarted 1 hr ago

PayPalUnable to verifystale

Upstream returned invalid JSON

PostmarkUnable to verifystale

Upstream returned 404

StripeUnable to verifystale

Upstream returned 404

ResendOperational

Developer-first transactional email API.

SendGridOperational

Transactional + marketing email at scale.

Auth / Identity

Auth0Unable to verifystale

Upstream returned 404

OktaUnable to verifystale

Upstream returned 401

ClerkOperational

Drop-in auth + user management for React.

FirebaseOperational

Auth, Firestore, Realtime DB, Hosting, Functions.

Communication

Microsoft TeamsUnable to verifystale

No public machine-readable feed; consult the official status page.

DiscordOperational

Voice, video, text servers and DMs.

SlackOperational

Team messaging, calls, huddles, Connect.

ZoomOperational

Zoom Phone/Zoom Contact Center General Underlying Provider Maintenancestarted 4 days ago

Monitoring / Dev Tools

LinearUnable to verifystale

Upstream returned invalid JSON

NotionUnable to verifystale

Upstream returned invalid JSON

DatadogOperational

APM, infra, logs, RUM, synthetics.

FigmaOperational

Collaborative design, FigJam, Dev Mode.

LaunchDarklyOperational

Feature flags, experiments, releases.

SentryOperational

Error monitoring, performance, replays.

DevZone aggregates publicly available status data and refreshes every 30 seconds. Status indicators reflect each provider’s own machine-readable feed; for incident details and authoritative information, always consult the official status page linked on each card.

npm 90-day incident history

Last 90 days

90.00% incident-free

No incidentDegradedOutage

Quick facts about npm

How do I know if it's npm or my own setup?

  1. `npm ping` — quickest check. A non-200 means the registry is unreachable from your network.
  2. Try a CDN-bypass mirror: `npm config set registry https://registry.npmjs.cf` (Cloudflare-fronted alternative).
  3. If installs return 401/403, it’s an auth issue, not an outage. Re-run `npm login`.
  4. For CI failures, check whether the runner can reach registry.npmjs.org — corporate proxies sometimes block it.

Frequently asked questions

Why is my npm install hanging?

If the dashboard above shows the registry as operational, the issue is likely local: a stale lockfile, a private registry timing out, or your firewall blocking registry.npmjs.org. Try `npm install --verbose` to see exactly which request is stuck. If the registry shows as degraded here, that’s your answer.

How do I know if it’s npm or my private registry?

Run `npm ping --registry=https://registry.npmjs.org`. If that succeeds, public npm is fine and the issue is your `.npmrc` registry override or your private registry server.

Where can I check older npm outages?

Use the 90-day history above for recent incidents. For older history, status.npmjs.org keeps an incident log going back several years.

Does npm have a status API?

Yes — https://status.npmjs.org/api/v2/summary.json. Public, no auth, normalized Statuspage schema.

How long do npm outages typically last?

Recent major outages have lasted 15 minutes to 2 hours. Partial degradations (slow installs, intermittent 5xxs) sometimes persist longer because they are harder to detect.

Check status for related services