Short version

On July 20, 2026, Bambu Lab's MQTT service failed twice in one evening, blocking owners from starting prints for roughly two hours; four days later an AWS outage disrupted services again. Prints that were already running kept going: outages hit the start command, not the print itself. You have two ways around any cloud outage. Right now, mid-outage: export the sliced file in Bambu Studio, put it on the microSD card, and start it from the printer screen. For next time: enable LAN mode, and Bambu Studio talks to your printer directly over your home network, no internet required.

What happened on July 20

Starting around 15:41 UTC, Bambu's status page confirmed an issue with its MQTT serviceA lightweight publish/subscribe messaging protocol. In cloud mode, the "start print" command from Bambu Studio or the Handy app travels through Bambu's MQTT servers to reach your printer. that prevented users from starting print jobs. It was declared resolved at 16:42 UTC, then came back 45 minutes later. The second round took a configuration rollback and the replacement of a misbehaving server to fix. By 18:30 UTC everything was back to normal.

2
back-to-back MQTT incidents
~2 h
of blocked print starts
0
reports of running prints failing
i

Post-mortem still pending

On July 21 Bambu announced a detailed post-mortem for "later this week." As of July 26 it has not been published. We will update this article when it lands.

And July 20 was not a one-off. On July 24, an upstream network outage at AWS disrupted Bambu services for about two and a half hours (10:57 to 13:18 UTC, per the status page): slow loading, timeouts and errors for some users while Bambu failed over to healthy regions. Different cause, same lesson. Three cloud incidents in five days is not a crisis, but it is a pattern worth being prepared for.

Why a cloud outage blocks your prints

In the default cloud mode, your printer and your slicer never talk to each other directly. When you hit print in Bambu Studio or the Handy app, the command travels to Bambu's servers and back down to your printer over MQTT, even if the printer sits two feet from your PC. That design is what enables printing from anywhere, but it also means Bambu's servers are in the critical path: when MQTT is down, uploads to the cloud fail and the start command never arrives. That is exactly what users saw on July 20, with printers showing as connected while new jobs failed on the upload to the cloud.

The important nuance: once a job has started, it runs from the printer itself. A cloud outage does not touch prints already in progress. The problem is purely getting a new job onto the machine, and for that you have two cloud-free routes.

The fastest workaround: print from the microSD card

This works mid-outage, needs no settings change, and every Bambu printer supports it:

  1. Slice your model in Bambu Studio as usual.
  2. Instead of hitting print, open the small arrow next to the print button and choose Export plate sliced file. You get a .gcode.3mf file.
  3. Save it to the printer's microSD card (pull the card and use a card reader, or save anywhere and copy it over).
  4. Put the card back in the printer, open the files/folder menu on the printer screen, pick the file, and print.
+

Keep a card reader in the drawer

The whole workflow is only annoying if you cannot read a microSD card. A $6 USB reader turns "cloud is down" into a 60-second detour. On the X1 series the slot sits right next to the touchscreen; check your model's manual if you have never pulled the card before.

The permanent option: LAN mode

LAN mode (officially "LAN Only") makes the printer and Bambu Studio talk directly over your local network: sending files, monitoring, and controlling the printer all work without internet access. It is also the setup Bambu itself recommends for people printing confidential models. The toggle lives on the printer's own screen, not in the cloud, so you can enable it during an outage.

Step 1: enable it on the printer

The menu path differs slightly by series (per Bambu's official wiki):

Step 2: bind it in Bambu Studio

  1. Open the printer list on the Device page. The LAN-mode printer appears with a lock icon in front of its name. Bambu says discovery can take 20 to 60 seconds, occasionally longer.
  2. Enter the printer's 8-digit access code (shown on the printer screen in the LAN Only settings) and confirm.
  3. Turn on "LAN Only Liveview" if you want the camera feed inside Studio.
!

Two catches worth knowing

X1 series: starting a LAN-mode print from Studio requires the microSD card to be inserted; the printer stages the job on the card. Same network required: Studio and the printer must sit on the same local network. Guest Wi-Fi networks and isolated VLANs often block the discovery traffic, and the printer will simply never show up.

What you give up in LAN mode

What still works

  • Sending prints from Bambu Studio on your network
  • Monitoring and camera liveview in Studio
  • Full printer control (temperatures, speed, AMS)
  • Printing from the microSD card, always
  • Immunity to every future cloud outage

What stops working

  • The Bambu Handy app (not available in LAN mode)
  • Starting prints remotely from outside your network
  • Cloud print history
  • Sending directly from MakerWorld (it goes through your Bambu account)
  • X1 AI failure detection updates lag behind the cloud-connected version

None of this is one-way. LAN mode is a toggle, not a commitment: if you miss the Handy app, switch back the same way you switched on. Some owners run LAN mode permanently for privacy; others flip it on only when the cloud misbehaves.

Third-party slicers need one more switch

On current firmware with Bambu's authorization system (P series from 01.08.02.00, A series from 01.05.00.00, and the newer H2 machines), third-party software like OrcaSlicer needs Developer Mode enabled alongside LAN mode before it may control the printer. The toggle sits on the same LAN Only settings page. If you go that route and Orca keeps forgetting your access code, that is a known config quirk with a two-minute fix we covered here. Background on why the authorization layer exists is in our Bambu Connect explainer.

Not the first outage, probably not the last

Cloud dependence has bitten Bambu owners before. In August 2023, a cloud outage did not just block new jobs: after recovery, queued commands fired on their own and some idle printers started unattended prints, in some cases printing onto plates that still held finished parts. Bambu published a full investigation and has since added safeguards, and to be clear, nothing of that sort happened on July 20. But the pattern is the point: any cloud-routed printer is only as available as its cloud.

Bookmark the status page

Before restarting your router or re-flashing anything, check status.bambulab.com. It breaks "Printer Services" into binding, cloud printing, remote control, and live view, and it offers email and RSS subscriptions. If the fault is on Bambu's side, no amount of local troubleshooting will fix it.

The bottom line

Bambu's cloud went down for two hours and the internet noticed, but the printers themselves were fine the whole time. Keep a microSD card and reader handy for the quick fix, and know where the LAN Only toggle lives for the permanent one. Ten minutes of setup today means the next outage costs you nothing but a shrug.

More troubleshooting OrcaSlicer LAN code fix Bambu Connect, explained

Sources: Bambu Lab status page (status.bambulab.com) for the July 20 incident timeline, quoted times UTC; Bambu Lab Wiki "How to enable LAN Mode on Bambu Lab printers" for LAN mode behavior, per-series menu paths, binding steps, and the X1 microSD requirement; Bambu Lab Wiki P1/A1 "How to print from SD card" manuals for the export workflow; Bambu Lab blog "Initial Investigation in the Bambu Cloud Temporary Outage" (Aug 2023) for the earlier incident; DownDetector via DesignTAXI for the report surge timing. Firmware version thresholds for the authorization system as documented in our OrcaSlicer article. We have not independently reproduced the outage behavior on every model; menu paths follow Bambu's official documentation.