.MUI

MUI File

Windows Multilingual User Interface (MUI) Resource File
Ask a question
QUICK ANSWER

A .mui file is a Windows system file containing the translated menus, dialogs, and messages that let Windows display its interface in a specific language. Windows loads it automatically - you do not open or run it yourself. If Windows reports a missing or corrupt .mui file, repair it with the built-in SFC or DISM tools rather than downloading a replacement.

Developer: Microsoft Category: System Files MIME: application/octet-stream
OPENS ON Windows
Related: .NOMEDIA · .DLL · .TMP · .LNK

On this page

19k+ extensions indexed
Last reviewed Jul 12, 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 MUI file format?

The Multilingual User Interface, behind the .mui file format, is a technology developed by Microsoft for Windows, MS Office, and other software that enables multiple interface languages to coexist in a single installation. A .mui file is a resource-only .dll - it carries the same MZ / PE header as any Windows binary but contains no executable code, only localisation resources such as strings, menus, and dialog templates needed to render a program's interface in a specific language.

The MUI concept first appeared in Windows 2000, but the current architecture - where each binary is split into a language-neutral executable and one or more separate .mui satellite files - was introduced in Windows Vista. All subsequent Windows releases use this model.

A few useful things to know about .mui files:

  • They take their names from the .exe or .dll file they accompany - for example notepad.exe.mui or explorer.exe.mui.
  • That naming is the standard convention, though it is not always followed throughout the system.
  • Each .mui file is tied to a specific locale and stored in a subfolder named after a language tag. For instance, Windows keeps many versions of tipresx.dll.mui under paths such as \Program Files\Common Files\microsoft shared\ink\[language tag]\tipresx.dll.mui.
  • Tools such as Resource Hacker, Resource Tuner, and muirct.exe (from the Windows SDK) can open and inspect .mui files.

Security & safety

RISK: LOW

A .mui is passive resource data and contains no executable code, so the file itself is not dangerous. The real cautions are operational: .mui files are protected system files, so deleting, replacing or editing the ones in System32 can break a Windows component's UI or trigger integrity errors - work on a COPY, never the original. If Windows reports a missing/corrupt .mui, repair the system files with the built-in tools (sfc /scannow, then DISM) rather than downloading a .mui from a random "DLL/MUI download" site - those sites are a common malware/PUP vector. Be wary of any file pretending to be a harmless ".mui" that is actually a renamed executable.

Format details

in a nutshell
FULL NAMEWindows Multilingual User Interface (MUI) Resource File
DEVELOPERMicrosoftsince Windows Vista (2007), when Windows moved to the LN-file + .mui resource model
CATEGORYSystem Files
MIME TYPEapplication/octet-stream
TYPELanguage-specific resource-only PE/DLL (no executable code), part of Windows MUI localisation
This extension is also used by…
  • CAD/config .mui file - A configuration or settings file used by some CAD and other applications, unrelated to the Windows resource file.
MAGIC BYTES · FILE SIGNATURE
OFFSET
0001
HEX
4D5A
ASCII
MZ
A Windows .mui is a resource-only DLL in PE format, so it starts with the "MZ" (4D 5A) DOS header like any EXE/DLL, with the "PE\\0\\0" signature further in. It contains only resources (strings, menus, dialogs) and an .mui-specific resource section - no runnable code.

Programs that open MUI files

Windows4 apps
Resource Hacker Free Copy the .mui to a normal folder, then File > Open it to view/edit String Table, Dialog, Menu and Message Table resources.
Windows (the OS itself) Built-in No action needed - Windows loads the matching .mui automatically when you set the display language (Settings > Time & Language > Language).
Resource Tuner Paid Open the .mui to browse and edit its resources with a GUI; alternative to Resource Hacker.
MUIRCT (Windows SDK) Free Developer command-line tool: splits a resource DLL into an LN file and .mui language files (muirct.exe).

Technical details

deep spec
File structureResource-only PE/DLL - shares the Portable Executable layout with standard DLLs but contains no .text code section
Magic bytes4D 5A (MZ) at offset 0; PE signature (50 45 00 00) at the offset referenced by the DOS stub header
Resource types storedString tables (RT_STRING), dialog templates (RT_DIALOG), menus (RT_MENU), message tables (RT_MESSAGETABLE), version info (RT_VERSION)
MUI resource blockDedicated RT_MUI resource section holding language metadata, file checksum, and fallback language lists
Naming conventionParent binary name with .mui appended - e.g. notepad.exe.mui, explorer.exe.mui, shell32.dll.mui
Directory layoutStored in a locale-tagged subfolder adjacent to the parent binary, e.g. en-US\notepad.exe.mui
Split-binary architectureLanguage-neutral LN file paired with locale-specific .mui satellites; model formalised in Windows Vista
MIME typeapplication/octet-stream
PlatformWindows only; loaded by the Windows MUI resource loader at runtime based on active language settings
Language switchingSelected at runtime from system or per-user language preferences; user-level language changes require no reboot
String encodingResource strings stored as UTF-16 LE, enabling full Unicode multilingual text support
Typical file sizeA few kilobytes to a few hundred kilobytes - significantly smaller than the parent binary as it carries localisation data only
SDK build toolmuirct.exe (Windows SDK) splits a resource-embedded binary into a language-neutral LN file and .mui satellite
Predecessor modelBefore Vista, MUI distributed language packs as resource-overlay files on top of system binaries; the standalone .mui file was formalised with Vista
ReleasedWindows Vista (2007), when Windows moved to the LN-file + .mui resource model
Specificationlearn.microsoft.com

MUI conversions

Community Q&A

asked by users
Ask a quick question
Get help from people who work with MUI 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 MUI files.

Frequently asked questions

What is a .mui file in Windows?
It's a Multilingual User Interface resource file: a resource-only DLL holding the translated text (menus, dialogs, messages) for one language of a Windows component or program. Windows loads it automatically to show the interface in your chosen language.
Can I delete .mui files to save space?
Not recommended. They're protected system files for installed display languages; deleting them can break a component's UI or cause integrity errors. To remove a language properly, use Settings > Time & Language > Language and remove the language pack.
How do I open or view a .mui file?
Copy it to a normal folder and open it in a resource editor like Resource Hacker (free). You'll see its String Table, Dialog, Menu and Message Table resources - the translated text. There's no need to 'run' it.
Windows says a .mui file is missing or corrupt - how do I fix it?
Don't download a replacement from a random site. Run the built-in repair: open an elevated Command Prompt and use 'sfc /scannow', then 'DISM /Online /Cleanup-Image /RestoreHealth' if needed. These restore the correct system .mui files.
Where are .mui files stored?
In language subfolders next to the program - e.g. C:\Windows\System32\en-US\ for English. Each component's .mui sits in the folder named for its locale (en-US, de-DE, etc.).
Can I translate Windows by editing .mui files?
In theory you can edit the strings in a resource editor, but it's fragile (files are checksummed to their parent, protected, and reset by updates). The supported way to change languages is installing a language pack via Settings.

References

1Microsoft Learn - MUI Resource Managementlearn.microsoft.com
2Microsoft Learn - Resource Utilities (MUIRCT)learn.microsoft.com

Keep exploring

across the database

Top extensions this week

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

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