OneDrive for Business Discontinued: Migrate to Self-Hosting
Last updated: Jun 10, 2026
Microsoft retired its standalone OneDrive for Business plans in 2026 — if you were buying Plan 1 or Plan 2 as a standalone subscription, not bundled with Microsoft 365, your renewal window closes in January 2027 and the service shuts down in December 2029. Your files remain accessible until then, but you cannot renew a plan that expires before that date.
This post is specifically about standalone OneDrive for Business. Personal OneDrive accounts and OneDrive bundled with any Microsoft 365 subscription are not affected. If you're unsure which category you're in, check your Microsoft account before reading further.
For those who are affected: your migration window is open. Two self-hosted options — Syncthing and Nextcloud — let you move your files to hardware you own in under an hour.
Which OneDrive plans did Microsoft retire — and are personal accounts affected?
Microsoft retired its standalone OneDrive for Business Plan 1 and Plan 2 in 2026 — these are business plans purchased as standalone licenses, not part of a Microsoft 365 subscription. Personal OneDrive accounts and OneDrive bundled with any Microsoft 365 plan are not affected. If you're unsure which plan you have, check your Microsoft 365 admin center.
The retirement affects users who bought storage capacity directly from Microsoft without a broader productivity suite. These plans existed specifically for businesses and freelancers who needed cloud storage for work files — storage only, not the Teams-and-Exchange bundle that Microsoft 365 includes.
Microsoft stopped accepting new purchases for these standalone plans in May 2026. Existing customers whose plans renew before January 2027 can continue using the service until that billing cycle ends. After that, no renewal is possible regardless of billing type.
What happens to your files when OneDrive for Business standalone is discontinued?
Your files remain fully accessible until December 2029, when the service permanently terminates. The more immediate deadline is January 2027 — when existing plan renewals stop. If your plan is due to renew in 2027, you cannot renew it; you must migrate your files to another service before that date.
Microsoft has not published a specific data-deletion timeline beyond service termination, but data in a shut-down service does not remain accessible once the service goes dark. The practical window is tighter than December 2029 for most users: if your annual plan renews in 2027, your access ends at that renewal date. Monthly plans stop at the last billable cycle before January 2027.
The first action is the same regardless of which path you take: download your files to a local folder before the service ends. It is both a migration step and the most durable backup you can take right now.
Is Microsoft 365 Business Basic a good replacement for standalone OneDrive?
Microsoft 365 Business Basic costs $6 per user per month — rising to $7 from July 2026 — and includes Teams, Exchange, and the full Microsoft 365 app suite alongside OneDrive. For a solo operator who only needed file sync, the replacement bundle costs more and adds apps you didn't ask for.
The standalone plan being retired was $5 per month for 1TB. The replacement is $6–7 for the same storage capacity plus email, video calls, and a productivity suite. If you already pay for Microsoft 365 for other reasons, this is a reasonable continuation. If you bought standalone OneDrive specifically because you didn't want the rest of the bundle, you're being asked to pay more for software you didn't need.
The honest version of this calculation depends on whether you have existing hardware. At 1TB for one user, $5 per month is not an expensive service. But it is a recurring payment, and if you already have a machine sitting underused, the alternative gets more interesting. The Mirage of the Cloud
What are the best self-hosted alternatives to OneDrive for Business?
The two strongest self-hosted replacements for standalone OneDrive are Syncthing and Nextcloud. Syncthing requires no server — it syncs files directly between your devices, is free, and takes minutes to set up. Nextcloud provides full web access, mobile apps, and file sharing, but requires a host machine and 30–45 minutes of setup.
These are not the same type of tool. Choosing between them depends on what you were actually using OneDrive for.
Path 1: Syncthing — peer-to-peer sync, no server needed
Syncthing syncs folders between devices using a direct encrypted connection. There is no central server, no cloud account, and no subscription. Each device holds its own copy of the synced files. It is open source, free, and available for Windows, macOS, Linux, and Android.
If you used OneDrive primarily to keep files synchronized between two or more machines you own, Syncthing replaces that directly — without a cloud intermediary.
Path 2: Nextcloud AIO — full replacement, server required
Nextcloud is a self-hosted file and collaboration platform. It includes a web interface, desktop and mobile clients, file sharing with external links, and optional apps for notes and calendar. You access your files via browser from anywhere, which Syncthing doesn't provide.
Nextcloud requires a host machine. The recommended deployment is Nextcloud All-in-One (AIO) via Docker, which handles the underlying container configuration. If Docker isn't installed yet, add 15–20 minutes for that step.
| Syncthing | Nextcloud AIO | |
|---|---|---|
| Server required | No | Yes |
| Web browser access | No | Yes |
| Mobile clients | Android | iOS + Android |
| Setup time | ~15 minutes | 30–45 min (after Docker) |
| Cost | Free | Free |
| Ongoing maintenance | Low | Medium |
How long does switching from OneDrive to self-hosting actually take?
Switching to Syncthing takes about 15 minutes: install it on two devices, share the folder, and files sync immediately. Switching to Nextcloud takes 30–45 minutes after Docker is installed — longer because it sets up a full server environment, not just a sync client. Both paths start with the same first step: downloading your OneDrive files to a local folder.
Steps for both paths:
- Download your OneDrive files to a local folder on your primary machine (time: varies by file volume and connection speed)
- Choose your path: Syncthing for device-to-device sync without a server; Nextcloud for web access and a server you own
- Syncthing: Install on both machines, add the shared folder, add the other device by ID, files begin syncing (~15 minutes from install to first sync)
- Nextcloud: Install Docker if not installed, run the Nextcloud AIO setup command, follow the web-based wizard, point it at your data folder, done (30–45 minutes from Docker install)
- Move the downloaded files into the synced folder
The initial file download is the longest step for most users and can run in the background while you complete the client setup.
What are the downsides of self-hosting your own file storage?
Self-hosting your file storage means you are responsible for uptime, backups, and hardware maintenance — tasks OneDrive handled automatically. Syncthing requires the source device to be online to sync; Nextcloud requires a server to stay running. The economic case for self-hosting is strongest when you already have a home server or machine to spare.
Neither Syncthing nor Nextcloud backs itself up. You need a separate backup strategy for the data on that hardware — an external drive, a rotation of local snapshots, or a cold-storage service. This is also true of OneDrive (Microsoft doesn't guarantee against accidental deletion), but you're managing it yourself now rather than having it handled invisibly.
What cloud storage still does better: redundancy across geographically distributed data centers, access from completely unfamiliar devices without setup, and near-zero recovery time if your local hardware fails. If you travel frequently and need your files from machines you don't control, self-hosting requires configuration each time. If you work from one or two machines in predictable locations, that friction is mostly absent.
Is there an easier way to set up self-hosted file sync without Docker?
Companion Hub installs containerized, one-click versions of self-hosted software on your own hardware. You still need Docker and Ollama — but after those are installed and runnig? no command-line configuration required. If the Docker setup in the Nextcloud path looks like more friction than you want to take on, Hub's approach is to make that step disappear. You still own the hardware; the complexity doesn't follow you there.
You shouldn't need to know what Docker is to run your own file sync. Hub's interface handles that layer so the setup reads like installing any other application — you're choosing what to run, not configuring how it's packaged. The underlying software is the same open-source tools this post describes. The installation path is different.
You still own the machine, the data, and the sync process. The Return of the Local
The pattern here is recognizable: a standalone service gets retired, the bundle replacement costs more, and solo operators who paid for simplicity get pushed toward tools they didn't want. That's not new. What's changed is that the alternative — moving your files to hardware you own — has become genuinely practical in a way it wasn't a few years ago. The setup time is real but bounded. The ongoing cost is close to nothing if you have the hardware. Your migration window is open, and closing it takes an afternoon.
Read more on >> Stewardship Systems
Frequently Asked Questions
Is my personal OneDrive being discontinued?
No. Only standalone OneDrive for Business Plan 1 and Plan 2 are affected. Personal OneDrive accounts and OneDrive included with any Microsoft 365 subscription are not. If you're on Microsoft 365 Personal, Family, or any business subscription that includes OneDrive, nothing changes for your storage.
When do I need to act on the OneDrive retirement?
Before your plan renewal in 2027 — renewals stop in January 2027. Full service terminates in December 2029. If your renewal date falls in 2027, your access ends at that date. For monthly billing, the last billable period is before January 2027.
Can I run Nextcloud without a server?
No — Nextcloud requires a host machine to run on. Syncthing is the no-server option: it syncs files directly between devices you own with no central machine required. If you don't have a spare computer or home server, Syncthing is the more practical starting point.
Is self-hosting actually cheaper than $5 per month for OneDrive?
It depends on whether you have existing hardware. If you already have a home server or spare PC running, the recurring cost drops to near zero. If you're buying hardware specifically for this purpose, the economics are neutral to negative at 1TB for one user. The calculation improves significantly when the same machine also runs other services.
What is the fastest way to migrate from OneDrive?
Download your OneDrive files to a local folder, install Syncthing on two devices, and you'll be syncing in under 20 minutes total. That first download step is the same for both paths and costs nothing. It also creates a local copy of your files before any renewal deadline arrives.
Works Cited
- Microsoft Corporation. "OneDrive for Business Plan 1 and Plan 2 — Retirement Notice." Microsoft 365 Documentation. 2026.
- Microsoft Corporation. "Microsoft 365 Business Basic." microsoft.com/en-us/microsoft-365/business/microsoft-365-business-basic. Accessed 2026-06-09.
- Syncthing Foundation. "Syncthing Documentation — Getting Started." docs.syncthing.net. Accessed 2026-06-09.
- Nextcloud. "Nextcloud All-in-One." hub.docker.com/r/nextcloud/all-in-one. Accessed 2026-06-09.
- Nextcloud. "What is Nextcloud?" nextcloud.com/about. Accessed 2026-06-09.