Enhanced Speech Recognition in Windows 11 improves voice typing accuracy and speech-based commands by installing additional language and speech components. However, some users encounter Error 0x80073D21 when trying to install Enhanced Speech Recognition or related speech features from Settings.
This error typically occurs due to corrupted Microsoft Store components, broken system packages, disabled services, incomplete Windows updates, or language pack conflicts. In some cases, damaged system files or app registration problems may prevent speech components from installing properly.
Fixing Error 0x80073D21 requires repairing system components, resetting Microsoft Store services, and ensuring required language packs are properly installed. Follow the steps below carefully.
How to Fix Cannot Install Enhanced Speech Recognition, Error 0x80073D21
Work through the following solutions in order and try installing Enhanced Speech Recognition after each step.
1. Restart Your Computer
Temporary system glitches may block installation.
- Save your work.
- Restart Windows 11.
- Go to Settings > Accessibility > Speech.
- Try installing Enhanced Speech Recognition again.
A reboot often clears temporary service conflicts.
2. Check Windows Update
Missing updates can cause installation errors.
- Open Settings.
- Go to Windows Update.
- Click Check for updates.
- Install all available updates.
- Restart your PC.
Speech components often rely on updated system packages.
3. Install Required Language Pack First
Enhanced Speech Recognition requires a compatible language.
- Open Settings.
- Go to Time & language.
- Click Language & region.
- Confirm your preferred language is installed.
- Click the three dots next to the language.
- Select Language options.
- Install the Speech pack if available.
- Restart Windows.
Speech recognition cannot install without proper language support.
4. Reset Microsoft Store Cache
Store-related corruption may trigger Error 0x80073D21.
- Press Windows + R.
- Type
wsreset.exe. - Press Enter.
- Wait for the Microsoft Store window to open.
- Restart your PC.
This clears Microsoft Store cache without deleting apps.
5. Restart Windows Update Service
Required services may be disabled.
- Press Windows + R.
- Type
services.msc. - Press Enter.
- Locate Windows Update.
- Right-click and select Restart.
- Ensure startup type is set to Automatic.
Installation depends on Windows Update components.
6. Run System File Checker (SFC)
Corrupted system files may block installation.
- Open Command Prompt as administrator.
- Run:
sfc /scannow - Wait for the scan to complete.
- Restart your PC.
SFC repairs damaged Windows files.
7. Repair Windows Image Using DISM
If SFC does not resolve the issue:
- Open Command Prompt as administrator.
- Run:
DISM /Online /Cleanup-Image /RestoreHealth - Wait for completion.
- Restart Windows.
DISM repairs deeper system image corruption.
8. Re-register System Apps
Corrupted app registration may cause the error.
- Right-click the Start button.
- Select Windows Terminal (Admin).
- Run:
Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"} - Wait for the process to complete.
- Restart your PC.
This re-registers built-in Windows apps.
9. Reset Windows Update Components
If installation still fails:
- Open Command Prompt as administrator.
- Stop Windows Update services.
- Rename SoftwareDistribution folder.
- Restart services.
- Restart Windows.
Resetting update components resolves package installation errors.
10. Create a New User Account
User profile corruption may cause package installation failures.
- Open Settings.
- Go to Accounts > Other users.
- Add a new local account.
- Log into the new account.
- Try installing Enhanced Speech Recognition again.
If it works, the original profile may be damaged.
11. Perform an In-Place Upgrade (Last Resort)
If the issue persists:
- Download the latest Windows 11 installation media.
- Run setup from within Windows.
- Choose Keep personal files and apps.
- Complete the upgrade process.
This repairs system files without data loss.
Final Thoughts
Error 0x80073D21 when installing Enhanced Speech Recognition in Windows 11 is usually caused by corrupted Microsoft Store components, missing language packs, or damaged system files rather than a hardware issue. In most cases, installing the correct language speech pack and repairing system files resolves the problem.