Skip to content
Plan Updated 5 min read

SharePoint 2016 is out of support: what to do now that July 14 has passed

SharePoint Server 2016 went unsupported on July 14, 2026, and so did 2019. Your farm still runs, but no patch is coming. What's actually at risk, your four options, and how fast you can be off it.

On this page

The problem

Microsoft stopped supporting SharePoint Server 2016 on July 14, 2026. SharePoint Server 2019 went the same day, which catches people out. Your server kept running on the 15th. It just never gets another security patch, and Microsoft won’t open a support ticket on it.

If you’re an Ontario SMB still on SP2016 or 2019 on-prem, you are running unsupported software right now. Nothing shut off and nothing will. But every CVE from here is permanent, and there’s no extended-security-update program to buy your way out of it, which is worth saying plainly because Exchange Server customers did get one. The job now is to reduce exposure while you plan the move, not to beat a date.

Source: Microsoft Learn lifecycle

The date is fixed and public. There's no extended-support option to buy for SP2016.

The 5-minute version

If you read nothing else, do this:

  1. Run the inventory (PowerShell snippet below), sites, owners, sizes.
  2. Flag your customizations, SPD 2013 workflows, InfoPath forms, full-trust solutions. These cause the delays.
  3. Pick a destination, SharePoint Online for the large majority of SMBs; Subscription Edition only if you genuinely can’t use cloud.
  4. Book the work now, an honest timeline from today decommissions you around year-end. Every week you wait is another week unpatched, and that gap only closes one way.

The rest of this post explains why.

What end of support changes

“End of support” has a specific meaning in Microsoft’s lifecycle policy. Three things change:

  • No security updates. The last ones shipped on July 14, 2026. Every CVE found since then stays unpatched, permanently. The on-prem Exchange attacks in 2021 and 2023 both hit unsupported or late-patched servers. SharePoint’s attack surface is similar, and often internet-facing.
  • No support cases. You can open a ticket. Microsoft will decline to investigate and close it with a lifecycle link.
  • No compliance cover. Cyber insurance, SOC 2, any framework that requires “supported software” will flag an unpatched SP2016 server as a finding.

Your four options

There are four real answers. Most teams want Option 1.

01 Option 1: Migrate to SharePoint Online (Microsoft 365)

The default for the large majority of SMBs. You drop the server, stop patching, and get a modern UI, Teams integration, and Copilot readiness. You pay per user per month instead of per CAL plus per server.

Best fit: under 500 users, under 1 TB of content, no heavy customizations.

Reality check: a clean migration is 3–6 weeks. A messy one (full-trust solutions, SharePoint Designer workflows, or InfoPath forms) is 3–6 months.

02 Option 2: Migrate to SharePoint Server Subscription Edition

Microsoft's current on-prem version, which still receives security updates.

Best fit: regulated tenants that genuinely cannot put data in the cloud, specific federal workloads, some healthcare. For most Ontario SMBs this is over-engineering: you're still running Windows Server, SQL, and a monthly patch cadence. One maintenance burden traded for another.

03 Option 3: Migrate to a non-Microsoft platform

Google Workspace, Nextcloud, Box. Rare, but legitimate if the org has already decided to exit the Microsoft stack. Treat it as a 6–12 month project, not a quick swap.

04 Option 4: Do nothing

Don't. The economics are bad, the compliance exposure is worse, and SharePoint servers tend to expose internet-facing extranet sites, a real attack surface to leave unpatched.

For the detailed trade-off between staying on-prem and moving up, see SharePoint on-premises vs SharePoint Online.

The timeline

There’s no date to work backwards from anymore, so work forwards from today:

PhaseWeeks outWhat happens
Inventory + decisionNow → 4 weeksCatalogue sites, storage, customizations, users. Pick the destination.
Pilot4 → 8 weeksMove 1–2 low-risk sites. Validate permissions, external sharing, search.
Production migration8 → 14 weeksMove in waves, most SMBs do 3–5 waves of 5–15 sites.
Cutover + decommission14 → 18 weeksRead-only old farm, DNS redirects, training, decommission.

An 18-week plan started today decommissions you around year-end. There’s no deadline left to miss, which sounds like relief and isn’t: it just means nothing external will force the issue, so the exposure quietly compounds until someone decides to end it.

What breaks first

If you stall, here’s the order you’ll feel it:

  1. Cyber insurance renewal, at your next one. The 2025–2026 renewal cycle is when “supported Microsoft software” questions grew teeth, and you can no longer answer them the way you did last year.
  2. Compliance audit findings, within 12 months. SOC 2 Type II, ISO 27001, any PHIPA-touching review.
  3. First unpatched CVE, within 12–24 months. SharePoint Server sees several CVEs a year, regularly including remote code execution. 2024 and 2025 each had multiple RCEs, the worst being the actively exploited “ToolShell” chain.
  4. Browser compatibility drift, within 18–24 months. SP2016’s older auth and JavaScript stack starts breaking in newer Edge and Chrome.

The migration is rarely the hard part. The hard part is the customization rebuild that nobody wants to do and everybody discovers they have to.

Start this week anyway

Two things you can do in under an hour. First, open PowerShell on the SP2016 server:

Get-SPSite -Limit All |
  Select-Object Url, Owner, ContentDatabase,
    @{n='SizeMB';e={[math]::Round($_.Usage.Storage/1MB,0)}} |
  Export-Csv C:\sp-inventory.csv -NoTypeInformation

That gives you site collections, owners, and sizes. It’s the starting point for every migration decision.

Sample inventory output

Sample data. The CSV is what every later call about waves, sizing, and risk gets built on.

Second, flag your customization risk. Check for SharePoint Designer 2013 workflows, InfoPath forms, and full-trust solutions. Those three cause most of the schedule slippage in SMB migrations. Address them before cutover, not during.

Bottom line

The date passed, which changes the urgency but not the work. Run the inventory this week, flag the customizations, and pick a destination. Everything else is scheduling.

Paired with this post

We Missed the SharePoint 2026 Deadline, Now What

PDF · 7 pages · 7 checkpoints · one email, no drip sequence

One email with the link. No drip sequence, no upsell. Unsubscribe any time.

TWENTY MINUTES, NO PITCH

Tell me what is stuck. I will tell you what it takes.

Same consultant from the first email to the last cutover. If I am not the right fit, I will refer you to someone who is.

Sneak peek

Document preview

100%

Loading the document…