Synced 16 Jun 2026 15:24 UTC Account
← All patching guides

How to patch Microsoft SharePoint Server

Microsoft · Microsoft · 6 steps · Microsoft SharePoint Server security status → · updated June 2026

On-premises SharePoint is patched farm-wide: install the binary update on every server, then run the configuration wizard to apply the schema upgrade. Patching is not complete until that wizard runs and every server is at the same build.

15
actively exploited (KEV)
516
tracked CVEs
16.0.19725.20384
latest supported

Microsoft SharePoint Server has 15 actively-exploited vulnerabilities on the CISA KEV list — patching is urgent.

Check your current version first

Before you patch, record what you're running (SharePoint Management Shell):

(Get-SPFarm).BuildVersion   —or—   Central Admin → Upgrade and Migration → Check product/patch status

Or paste your version into the checker for an instant verdict.

Step by step

1
Check your farm build

Run (Get-SPFarm).BuildVersion (or Central Admin → Servers in farm) and record the build for every server — they must end up identical.

2
Get the right update

Download the Security Update (and any required CU) for your exact version (2016 / 2019 / Subscription Edition) from the Microsoft Security Update Guide.

3
Back up the farm

Back up the configuration and content databases, and plan a maintenance window — SharePoint patching takes the farm offline briefly.

4
Install the binary on every server

Run the patch (.exe, as administrator) on all servers in the farm — web front-ends and application servers alike. All servers must reach the same patch level.

5
Run the Products Configuration Wizard

After binaries are installed, run PSConfig (Products Configuration Wizard, or PSConfig.exe -cmd upgrade) to apply the schema upgrade. The update is not live until this completes.

6
Verify across the farm

Confirm (Get-SPFarm).BuildVersion matches the patched build on every server.

Watch out for:
  • Patch is incomplete until PSConfig runs — installing the binary alone leaves the farm in an upgrade-required state.
  • SharePoint has been heavily exploited (e.g. the 2025 "ToolShell" chain) — patch promptly and rotate machine keys if advised.

Official sources

Don't patch blind. Microsoft SharePoint Server has 15 actively-exploited vulnerabilities on the CISA KEV list — patching is urgent. See exactly which versions are safe and what you're exposed to.

Microsoft SharePoint Server security status →

Stay ahead of the next one

Frequently asked questions

What is the latest version of Microsoft SharePoint Server?

As of June 2026, the latest supported Microsoft SharePoint Server release we track is 16.0.19725.20384. Patch to the current release on your branch and confirm the version after updating.

How do I check which version of Microsoft SharePoint Server I am running?

Use: (Get-SPFarm).BuildVersion —or— Central Admin → Upgrade and Migration → Check product/patch status (SharePoint Management Shell). Record the result before and after patching to confirm the update applied.

Is Microsoft SharePoint Server being actively exploited right now?

Yes — 15 Microsoft SharePoint Server vulnerabilities are on the CISA Known Exploited Vulnerabilities (KEV) list, so attackers are using them in the wild. Patch promptly. See the exploitation radar.

How do I patch Microsoft SharePoint Server safely without breaking production?

Always test in a non-production environment first, take a backup or snapshot, follow the official vendor advisory, and have a tested rollback. Patch one node at a time for clustered or high-availability setups.

Patch steps are general, well-established guidance for Microsoft SharePoint Server — always test in a non-production environment first and follow the official Microsoft advisory for your exact version. IsItPatched is independent and not affiliated with Microsoft; this is not a substitute for vendor documentation. See our disclaimer.

← All patching guides · Security guides →