.MUM

MUM File

Windows Update Manifest File
Ask a question
QUICK ANSWER

A MUM file is an XML manifest that Windows Update uses internally to track what files, registry keys, and permissions a Windows update installs. You do not need to open or edit MUM files. If Windows shows a CBS MUM Missing error, run DISM /Online /Cleanup-Image /RestoreHealth in an elevated Command Prompt to repair it.

Developer: Microsoft Corporation Category: System Files MIME: text/xml
OPENS ON Windows
Related: .NOMEDIA · .DLL · .TMP · .LNK

On this page

19k+ extensions indexed
Last reviewed Jul 7, 2026

Not sure what your file is?

Drop any file into our identifier - we read just the first bytes to name the format.

Identify a file

What is the MUM file format?

A .mum file (Windows Update Manifest) is an XML document that describes a Windows update package to the Component Based Servicing (CBS) engine, introduced with Windows Vista in 2006. It tells the Windows servicing stack exactly which files to install, what registry keys to configure, which access control lists to apply, and how the package relates to other installed components.

The <assembly> root element contains assemblyIdentity (package name, version, architecture, and language), dependency declarations, file payload entries with embedded Base64-encoded SHA-1 and SHA-256 hashes for integrity verification, registry modifications, and NTFS ACL assignments. A companion .cat security catalog file provides the digital signature that authenticates the entire package.

.mum files appear in two contexts: inside a CAB or .msu archive downloaded during Windows Update, and permanently in %windir%\Servicing\Packages\ after installation - one file per installed update. On a well-patched Windows system this folder can hold thousands of manifests.

The files are plain UTF-8 (occasionally UTF-16 LE) XML and open in any text editor, though they are not meant for manual editing. A "MUM Missing" entry in CBS.log indicates update store corruption; the standard repair is DISM /Online /Cleanup-Image /RestoreHealth followed by sfc /scannow.

Security & safety

RISK: MEDIUM

Legitimate MUM files are internal Windows system files and are safe. However, malicious installers can bundle fake .mum files to manipulate Windows servicing. Never run a DISM /Add-Package command with an untrusted .mum file. If a third-party tool asks you to copy .mum files into %windir%\Servicing\Packages\ manually, treat it with extreme caution. Corrupted MUM files are a common symptom of Windows Update failure - use DISM to repair, not manual editing.

Format details

in a nutshell
FULL NAMEWindows Update Manifest Fileaka MUM file, CBS manifest
DEVELOPERMicrosoft Corporationsince 2006 (Windows Vista, Component Based Servicing architecture)
CATEGORYSystem Files
MIME TYPEtext/xml
TYPEXML text (system manifest)
MAGIC BYTES · FILE SIGNATURE
OFFSET
0001020304
HEX
3C3F786D6C
ASCII
<?xml
Standard XML declaration; file is UTF-8 or UTF-16 XML. No MUM-specific magic - identify by content (assemblyIdentity element) and location (%windir%\Servicing\Packages\ or inside .cab)

Programs that open MUM files

Windows5 apps
Microsoft Windows Update Built-in Windows Update reads MUM files automatically - no user action required.
Microsoft Windows Vista Paid MUM files are internal system files; Windows uses them automatically during updates.
Microsoft Windows 7 Paid MUM files are internal system files consumed automatically by Windows Update.
Microsoft XML Notepad Open-source File → Open → select .mum file. Displays XML tree with formatting.
Notepad (built-in) Built-in Right-click the .mum file → Open with → Notepad. File is XML text.

Technical details

deep spec
XML root element`<assembly>` containing `assemblyIdentity`, `dependency`, `file`, and `registryKey` nodes
File encodingUTF-8 (most common) or UTF-16 LE with BOM
File signature`<?xml` at byte offset 0; no MUM-specific magic - identified by content and file path
Integrity mechanismSHA-1 and SHA-256 hashes (Base64-encoded) per payload file, embedded in XML
AuthenticationCompanion `.cat` security catalog file provides digital signature for the package
Install location`%windir%\Servicing\Packages\` - one `.mum` per installed Windows update
Distribution containerShipped inside `.cab` or `.msu` archive as part of the Windows Update download
Introduced withComponent Based Servicing (CBS) architecture, Windows Vista (November 2006)
OS coverageWindows Vista through Windows 11; Windows Server 2008 through current
Corruption repair`DISM /Online /Cleanup-Image /RestoreHealth` then `sfc /scannow` from an elevated prompt
Error symptom"MUM Missing" in `CBS.log`; `0xc0000034` boot error when a critical manifest is absent
Typical file size1 KB - 500 KB depending on package scope
EditingNot intended for manual editing; consumed by the CBS (`TrustedInstaller`) service
Transactional safetyCBS uses transaction log files to ensure atomic install and uninstall of update packages
Released2006 (Windows Vista, Component Based Servicing architecture)
Latest versioncurrent (used in Windows 11 2024 H2); format has not changed structurally since Vista

MUM conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with MUM files. Be specific - include your system and software version.
No account needed · answers usually within a day

No questions yet - be the first to ask about MUM files.

Frequently asked questions

What is a MUM file and do I need to worry about it?
MUM files are internal Windows Update metadata files. You never need to open or edit them. If Windows shows an error about a missing MUM file, run DISM /Online /Cleanup-Image /RestoreHealth to fix it.
How do I fix a 'CBS MUM Missing' error?
Open an elevated Command Prompt and run: DISM /Online /Cleanup-Image /RestoreHealth. Then run SFC /scannow. This repairs missing or corrupt servicing manifests.
Can I open a MUM file to see what a Windows update installs?
Yes - MUM files are XML. Rename to .xml or open with Notepad/VS Code to inspect the payload file list, registry changes, and version information.
Where are MUM files stored in Windows?
Installed update manifests are in %windir%\Servicing\Packages\ (one .mum + one .cat per package). Update packages (.msu, .cab) also contain MUM files before installation.
Is a MUM file the same as a MANIFEST file?
They are related but different. Windows assembly .manifest files (COM/SxS) use a similar XML schema but serve a different purpose. MUM files are CBS update package manifests specifically.

References

1Microsoft Learn - Fix Windows Update corruptions (DISM)learn.microsoft.com
2rakhesh.com - Notes on SFC and Windows Servicing (CBS)rakhesh.com

Keep exploring

across the database

Top extensions this week

1.AQQAQQ Instant Messenger File
2.CRDOWNLOADChrome Partial Download File
3.PARTPartial Download File
4.BINCD/DVD Disc Image (BIN/CUE)
5.RPMSGRestricted Permission Message
6.MDMarkdown Document
7.NOMEDIAAndroid No-Media Marker File
8.PRO6XProPresenter 6 Bundle File
9.PRDXSoftMaker Presentations Document
10.EXEWindows Executable (Portable Executable)

Related extensions

.NOMEDIAAndroid No-Media Marker File
.DLLDynamic Link Library
.TMPTemporary File
.LNKWindows Shell Link (Shortcut)
.PKGmacOS Installer Package
.ETLEvent Trace Log

Free file tools

An in-browser file identifier and image converter - everything runs on your device.

Open the toolbox

Browse file extensions A-Z