DEV Community

Cover image for Fixing “Your organization has deleted this device” Without Reconnecting Everything
Emanuele Bartolesi
Emanuele Bartolesi

Posted on

Fixing “Your organization has deleted this device” Without Reconnecting Everything

For two days, my company laptop kept showing this error:

Your organization has deleted this device.

To fix this, contact your system administrator and provide error code 700003.

At first, it looked like the only option was to disconnect and reconnect my work account from Windows.

I really did not want to do that.

Removing and adding the account again can work, but it is annoying. You may need to re-authenticate apps, reconnect services, and deal with device registration again.

Luckily, there is a better option.

The command that fixed it

Open a terminal and run:

dsregcmd /forcerecovery
Enter fullscreen mode Exit fullscreen mode

After running the command, Windows asks you to sign in again with your work account.

That is it.

In my case, after logging in again, everything started working without disconnecting all accounts manually.

It saved me a lot of wasted time.

When this helps

This can help when:

  • You get error code 700003
  • Windows says your organization deleted the device
  • Your device is Microsoft Entra joined
  • You want to avoid fully disconnecting and reconnecting your work account

A small warning

This is not magic.

If your device was intentionally removed by IT, or your company uses Intune, Autopilot, Conditional Access, or Hybrid Join, talk to your administrator first.


🔖 Stay ahead of the dev curve
I created a Curated RSS Feed Bundle for Web Developers — a hand-picked OPML file of the best dev blogs and websites on the internet.
💡 Just download, import into your favorite RSS reader (like Feedly or NetNewsWire), and enjoy fresh insights every day.

👉 Grab it on Gumroad — stay sharp without the noise.

Top comments (0)