Skip to main content
MongoDB Atlas logo

Is MongoDB Atlas Down?

No — MongoDB Atlas is up

Reachable from all 8 checked regions

Average response time: 724ms

Last checked · checks run every 6 hours

Official status page: https://status.mongodb.com

MongoDB Atlas uptime

100%
Last 7 days
100%
Last 30 days
100%
Last 90 days
620ms
Avg response, 30 days

Measured from multiple regions every 6 hours. Percentages count only checks that returned an availability answer — 1 day measured so far. A dash means we have no measurement for that window.

30-day history

Jun 29: no data
Jun 30: no data
Jul 1: no data
Jul 2: no data
Jul 3: no data
Jul 4: no data
Jul 5: no data
Jul 6: no data
Jul 7: no data
Jul 8: no data
Jul 9: no data
Jul 10: no data
Jul 11: no data
Jul 12: no data
Jul 13: no data
Jul 14: no data
Jul 15: no data
Jul 16: no data
Jul 17: no data
Jul 18: no data
Jul 19: no data
Jul 20: no data
Jul 21: no data
Jul 22: no data
Jul 23: no data
Jul 24: no data
Jul 25: no data
Jul 26: no data
Jul 27: no data
Jul 28: 100.00% uptime, 16 checks
Jun 29 Today
No downtime Partial Downtime Not measurable No data

Reachability 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.

gru
1202ms
DNS 0ms TCP 11ms TLS 13ms TTFB 642ms
iad
26ms
DNS 0ms TCP 0ms TLS 3ms TTFB 17ms
jnb
1881ms
DNS 0ms TCP 0ms TLS 3ms TTFB 599ms
lax
36ms
DNS 0ms TCP 0ms TLS 3ms TTFB 23ms
lhr
831ms
DNS 1ms TCP 7ms TLS 14ms TTFB 452ms
nrt
1695ms
DNS 1ms TCP 54ms TLS 51ms TTFB 951ms
ord
80ms
DNS 0ms TCP 1ms TLS 3ms TTFB 63ms
sin
43ms
DNS 0ms TCP 1ms TLS 3ms TTFB 24ms

What MongoDB Atlas does

MongoDB Atlas is the managed MongoDB service, running clusters on AWS, Google Cloud and Azure. Applications treat it as their primary datastore, so an Atlas incident is rarely a degraded feature: it is an application that cannot read or write anything, returning errors on every request that touches the database.

What an outage looks like

Applications throw connection timeouts or server selection errors as drivers fail to reach a replica set member. Queries that do complete run slowly while a failover is in progress. Atlas Search queries can fail while ordinary reads and writes succeed, because Search is a separate component. The Atlas web console may load normally while clusters stay unreachable.

What to do about it

Check status.mongodb.com, which reports Atlas Search, Data Federation, Charts, Stream Processing and App Services separately from MongoDB Cloud itself, so identify which component your failure actually touches. Drivers retry many operations on their own, so avoid restarting application instances in a loop. Cluster incidents are often confined to one cloud region rather than the whole service.

Is it down for everyone, or just you?

If this page says MongoDB Atlas 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.

Test it yourself

Related services

MongoDB Atlas outage FAQ

Is Atlas down or is my connection string wrong?
A server selection timeout looks identical either way. Check status.mongodb.com first, then confirm whether the failure is new: a connection string that never worked points at configuration, IP access lists or credentials, while one that worked ten minutes ago points at the service. Test from a second network to rule out an access list change on your side.
Will I lose writes during a MongoDB Atlas outage?
Writes acknowledged by the cluster are durable and survive a failover, since Atlas replicates across nodes. Writes in flight when connectivity broke may not have landed, and your driver will surface those as errors rather than silently discarding them. Retryable writes, enabled by default in current drivers, replay many of these automatically once a new primary is elected.
Why is Atlas Search failing when my queries work?
Atlas Search runs as its own service on separate infrastructure and is reported as its own status component. A Search incident breaks text search and aggregation stages that use it, while ordinary find and update operations against the same collections continue normally. If only your search feature is broken, check that component before investigating the cluster.
Does an Atlas outage affect every cloud region?
Rarely. Atlas clusters run in specific regions on AWS, Google Cloud or Azure, and most incidents trace back to a problem in one provider's region rather than to Atlas globally. The status page and incident history name the affected regions. A cluster deployed across regions may lose some nodes and keep serving through the rest.
Should I restart my application during an Atlas incident?
Usually not. MongoDB drivers hold a connection pool and reconnect on their own as nodes become reachable, so restarting mostly discards that state and adds a reconnection storm on top of a recovering cluster. Restarting is worth it only when the application has clearly wedged and is no longer retrying after the cluster is healthy.

How we measure this

  • We request MongoDB Atlas'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 403 or 429 means 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 MongoDB Atlas publishes an official status feed we read it too, and let it override us in both directions.

Get alerted when MongoDB Atlas 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
Free plan available No credit card required