Skip to content

Commit b03277f

Browse files
committed
Agregar nuevo post
1 parent 08aceed commit b03277f

2 files changed

Lines changed: 91 additions & 0 deletions

File tree

1.23 MB
Loading
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
---
2+
date: '2026-07-02T19:45:00+01:00'
3+
draft: false
4+
title: 'Microsoft Defender for Endpoint EDR updates are moving to Microsoft Update on Windows'
5+
author: 'Shellgio'
6+
categories:
7+
- Microsoft Defender for Endpoint
8+
- Microsoft Security
9+
tags:
10+
- MDE
11+
- Windows
12+
- EDR
13+
- Microsoft Update
14+
description: 'Microsoft Defender for Endpoint EDR updates on Windows are moving from the monthly Windows security update to Microsoft Update, allowing Microsoft to deliver EDR security improvements independently from operating system updates.'
15+
featuredimage: "/images/mde-edr-updates-move-to-microsoft-update-windows.png"
16+
---
17+
18+
Until now, **updates for Microsoft Defender for Endpoint** were bundled with the monthly Windows security update. Microsoft is changing this behavior and moving those EDR updates to **Microsoft Update**, aligning them with the way other Microsoft Defender components are serviced.
19+
20+
And I think this is a good thing.
21+
22+
Why? Because it allows Microsoft to deliver security improvements for the EDR component independently from the regular operating system update cycle.
23+
24+
## What is changing?
25+
26+
Microsoft Defender for Endpoint EDR updates will no longer be delivered as part of the monthly Windows security update. Instead, they will be delivered through **Microsoft Update** using **KB5005292**, once the required prerequisites are installed on the device.
27+
28+
Microsoft is also introducing a new **Defender Update Service**. After the first update is installed, a new directory will be created on the device:
29+
30+
```text
31+
%ProgramData%\Microsoft\Microsoft Defender\Defender Update
32+
```
33+
34+
The rollout started with **Windows 10** in late May 2026 and will expand to **Windows 11** and the remaining supported Windows versions. Microsoft expects the rollout for Windows 10 and Windows 11 to be completed by fall 2026.
35+
36+
## What does this mean for security teams?
37+
38+
For most organizations, probably not much needs to be changed.
39+
40+
If your devices already receive updates from **Microsoft Update**, there is no action required. EDR updates should continue to arrive through the normal Microsoft update channels.
41+
42+
But if you are in an environment where updates are deployed manually, or where update flows are tightly controlled, this is something worth reviewing. In that case, the new Defender update package needs to be included in the standard update process.
43+
44+
This is especially important for organizations using:
45+
46+
- Manual update package deployment
47+
- Strict update rings
48+
- Offline or restricted network scenarios
49+
- Internal documentation that still assumes EDR updates arrive only with monthly Windows security updates
50+
51+
In other words, if your patching process is very controlled, make sure this new servicing path is understood and documented.
52+
53+
## Prerequisites
54+
55+
Devices must be running **Sense version 10.8798.25857.1000 or later** and have the required Windows update installed.
56+
57+
Microsoft lists the following prerequisite updates, or later:
58+
59+
- Windows 11 24H2: KB5062660, 2025-07 Cumulative Update Preview
60+
- Windows 11 23H2: KB5062663, 2025-07 Cumulative Update Preview
61+
- Windows 11 22H2: KB5062663, 2025-07 Cumulative Update Preview
62+
- Windows 10 22H2: KB5062649, 2025-07 Cumulative Update Preview
63+
- Windows 10 1809: KB5063877, 2025-08 Cumulative Update
64+
- Windows Server 2019: KB5063877, 2025-08 Cumulative Update
65+
- Windows Server 2022: KB5063880, 2025-08 Cumulative Update
66+
- Windows Server 2025: KB5063878, 2025-08 Cumulative Update
67+
68+
## Restarts and rollback
69+
70+
Another good detail: these EDR updates typically do not require a device restart.
71+
72+
Microsoft mentions that a restart may be required only in rare failure scenarios.
73+
74+
If a rollback is needed, administrators can use the Microsoft Defender command-line utility.
75+
76+
To revert EDR to the inbox version stored in `%ProgramFiles%\Windows Defender Advanced Threat Protection`:
77+
78+
```powershell
79+
MpCmdRun.exe -RevertMde -Product Edr -ToVersion Inbox
80+
```
81+
82+
To revert EDR to the previous version, if there is an available backup in `%ProgramData%\Microsoft\Windows Defender Advanced Threat Protection\Platform`:
83+
84+
```powershell
85+
MpCmdRun.exe -RevertMde -Product Edr -ToVersion Previous
86+
```
87+
88+
89+
## Sources:
90+
- [MC1381119 - Microsoft Defender for Endpoint security updates move to Microsoft Update on Windows](https://mc.merill.net/message/MC1381119)
91+
- [Microsoft Defender for Endpoint EDR Updates are now Separate from Monthly Windows Security Updates for Faster Protection](https://www.anoopcnair.com/microsoft-defender-for-endpoint-edr-updates-are/)

0 commit comments

Comments
 (0)