Windows 10 has a number of useful wireless capabilities because WiFi is so commonplace today. With Wireless Display, you may wirelessly stream media items like movies, videos, and images to devices that accept them. This is one of Windows’ best wireless capabilities. Windows 10 users will, however, have to use the Wireless Display application to do so. It’s possible to fix the wireless display install failed error in Windows 10 if you run into problems during installation; see the options provided below.
Table of Contents
How to Fix Wireless Display Install Failed Error in Windows 11/10?
There are a variety of probable causes for the problem you’re having installing the Wireless Display program, so you can try these fixes to see if they help.
Method 1. Check your Internet Connection
It is critical that you have a good internet connection while downloading and installing the Wireless Display feature in Windows 10. As a result, before installing Wireless Display, be sure you can access the internet without any problems. If you’re seeing the Install Failed message while downloading the Wireless Display functionality, you might want to try a different network.
Method 2. Disable the Set as Metered Connection Option
While the metered connection option can save a lot of data, it can also cause problems with several Windows 10 services, so you should disable it.
1. Press Windows Key + I to open Settings, then go to the Network & Internet menu.
2. Now, under your presently connected WiFi, click the Properties tab.
3. Scroll to the bottom of the page to disable the Set as metered connection option.
4. Try again to install Wireless Display.
Method 3. Install Wireless Display from Command Prompt
If you can’t get Wireless Display to work using Windows Settings, you can use Command Prompt.
1. Open Command Prompt as Administrator.
2. In the Command Prompt window, type:
DISM /Online /Add-Capability /CapabilityName:App.WirelessDisplay.Connect~~~~0.0.1.0
Then press Enter.
3. Command Prompt will begin downloading and installing the Wireless Display software.
Method 4. Install Wireless Display via PowerShell Script
If you’re using a script like this, PowerShell can be a feasible alternative for installing additional features like Wireless Display.
1. Press Windows + R to open Run, and then type “powershell” in the text box. Then, press Ctrl+Shift+Enter. Windows PowerShell will open in admin mode.
2. In order to install Wireless Display in PowerShell, you can use the following command line tool.
Set-ItemProperty “REGISTRY::HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU” UseWUserver -value 0Get-Service wuauserv | Restart-ServiceDISM /Online /Add-Capability /CapabilityName:App.WirelessDisplay.Connect~~~~0.0.1.0
Set-ItemProperty “REGISTRY::HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate\AU” UseWUserver -value 1
Get-Service wuauserv | Restart-Service
3. After that, PowerShell will install Wireless Display on Windows 11/10.
Method 5. Edit Registry Keys to Install Wireless Display
If you don’t want to use PowerShell and instead want to manually update Registry Keys before installing Wireless Display, you can do so using Windows’ Registry Editor.
1. Press Windows Key + R, type in “regedit” in Run box. Click OK.
3. Go to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU
3. In the right pane, locate UseWUServer.
4.Once you’ve found it, open it and change the value to 0.
5. Save this number, and then try to install Wireless Display from Windows Settings.
Check this video for more help:
That’s about it.