/
/

How to Install or Uninstall the Wireless Display App in Windows 11

by Jarod Habana, IT Technical Writer
Installing or Uninstalling the Wireless Display App in Windows 11 blog banner image

The Windows Wireless Display app offers screen projection capabilities that can be useful when presenting, sharing content with others, and enjoying PC content by extending the display setup.

Knowing how to install or uninstall this app gives IT professionals and administrators more control, especially in managed device environments. Read this article to learn the methods for installing and uninstalling the Wireless Display app in Windows 11.

Methods to install or uninstall the Wireless Display feature in Windows 11

Depending on your technical knowledge and environment, you can choose from several ways to install Wireless Display in Windows 11 and uninstall it later. Here are three different approaches you can consider:

📌 Prerequisites:

  • Windows 11 (any edition)
  • Miracast-supported device
  • An active internet connection (for installing the app)
  • Administrator privileges

💡 Tip: If you want to check if the app is already installed or not, read Verifying the status of the app. Additionally, check Things to look out for before proceeding.

📌 Recommended deployment strategies:

Click to Choose a Method

💻

Best for Individual Users

💻💻💻

Best for Enterprises

Method 1: Install or uninstall using the Windows Settings app (GUI)
Method 2: Install or uninstall using Command Prompt
Method 3: Install or uninstall using PowerShell scripts

Method 1: Install or uninstall using the Windows Settings app (GUI)

This user-friendly method uses the Settings app to install or uninstall Wireless Display without requiring command-line knowledge.

📌 Use Cases: Installation or uninstallation on individual machines by non-technical users, and providing ad-hoc user support by helpdesk staff

  1. Open the Settings app. Press Windows + I or manually find it by using the Start menu search bar.
  2. On the left pane, select System (on some devices, you must click Apps).
  3. On the right pane, choose Optional features.
  4. Follow the instructions for the action you want to take:
    1. To install the app:
      • Click the View features button beside Add an optional feature.
      • Search for Wireless Display, select the checkbox beside it, and click Next.
      • Click Install to confirm your action and begin the installation.
    2. To uninstall the app:
      • Under Added features, find and click Wireless Display to expand it.
      • Click the Uninstall button.
  5. Optional step: Check the app’s presence in Settings by navigating to System/App > Optional Features > Installed features. Scroll through the list and look for Wireless Display. If it’s listed, it’s installed. Otherwise, it’s not installed yet.

Method 2: Install or uninstall using Command Prompt

This method uses Command Prompt to access the DISM tool for adding or removing an app from the system.

📌 Use Cases: Managing domain-joined devices by system administrators, and automating installation scenarios in enterprise environments

  1. Open Command Prompt as Administrator. Press Windows key + R, type “cmd,” and press Ctrl + Shift + Enter.
  2. Copy and paste the command for the action you want to take before pressing Enter:
    • To install the app:
      DISM /Online /Add-Capability /CapabilityName: App.WirelessDisplay.Connect~~~~0.0.1.0
    • To uninstall the app:
      DISM /Online /Remove-Capability /CapabilityName: App.WirelessDisplay.Connect~~~~0.0.1.0
  3. Optional step: Check the status of the app by running this command within the same elevated Command Prompt:
    DISM /Online /Get-Capabilities | findstr /i “WirelessDisplay”

    You should see if the app is “Installed” or “Not Present.”

  4. Although optional, we recommend restarting your computer. Doing so can help ensure full functionality or complete removal.

Method 3: Install or uninstall using PowerShell scripts

This scripted method uses PowerShell cmdlets to add or remove the app from the system.

📌 Use Cases: Rolling out the app on a large scale, and automating Windows image customization or provisioning

  1. Open PowerShell as Administrator. Press Windows key + R, type “powershell,” and press Ctrl + Shift + Enter.
  2. Copy and paste the command for the action you want to take before pressing Enter:
    • To install the app:
      Add-WindowsCapability -Online -Name “App.WirelessDisplay.Connect~~~~0.0.1.0”
    • To uninstall the app:
      Remove-WindowsCapability -Online -Name “App.WirelessDisplay.Connect~~~~0.0.1.0”
  3. Optional step: Check the status of the app by running this command within the same elevated PowerShell session:
    Get-WindowsCapability -Online | Where-Object {$_.Name -like “*WirelessDisplay*”}

    Doing this will tell you if the app is “Installed” or “Not Present.”

  4. Restarting your computer is optional, but it is recommended. This action can help ensure full functionality or complete removal.

⚠️ Things to look out for

Risks

Potential Consequences

Reversals

Installation on systems that don’t support Miracast
  • Unable to install Wireless Display in Windows 11
  • App installs successfully, but cannot be used
  • Uninstall the app
  • Check your hardware documentation before installation to avoid repeating the mistake
Compatibility issues with outdated display drivers or third-party graphics tools
  • Display glitches
  • Failed projections
  • Degraded performance
  • Update the display driver via Device Manager
  • Reinstall the app after updating
Interrupted installation due to connectivity loss
  • An inconsistent or non-functional app is installed.
  • Retry the installation after verifying network stability
  • Uninstall the partially installed app before trying to reinstall
  • Clean up pending install states using DISM

Verifying the status of the app

If you’re unsure whether the Wireless Display app is already installed or not, you can use the following methods to check.

Method 1: Verify using Settings

  1. Open the Settings app.
  2. On the left pane, select System (on some devices, you must click Apps).
  3. On the right pane, choose Optional features.
  4. Scroll through the Installed features list.
  5. Look for Wireless Display. If it’s listed, it’s installed. Otherwise, it’s not installed yet.

Method 2: Verify using Command Prompt

  1. Open Command Prompt as Administrator.
  2. Copy and paste this command before pressing Enter:
    DISM /Online /Get-Capabilities | findstr /i “WirelessDisplay”

    You should get results telling you if the app is “Installed” or “Not Present.”

Method 3: Verify using PowerShell

  1. Open PowerShell as Administrator.
  2. Copy and paste this command before pressing Enter:
    Get-WindowsCapability -Online | Where-Object {$_.Name -like “*WirelessDisplay*”}

    You should get results telling you if the app is “Installed” or “Not Present.”

What is the Wireless Display app in Windows 11?

The Wireless Display app is an optional feature in Windows 11 that uses Miracast technology to project a device’s screen onto another device wirelessly. It removes the need for HDMI cables or external dongles, which can help streamline screen sharing in conference rooms, classrooms, and home entertainment setups.

Why install or uninstall the Wireless Display feature?

Installing or uninstalling this app is a task that depends on your needs and environment. Here are some reasons to manage this app on your device:

Why install the app?

  • Allows wireless screen mirroring for presentations and collaborative work
  • Creates a secondary screen to enhance productivity and user experience
  • Supports interactive displays when projecting to a touchscreen Windows device

Why uninstall the app?

  • Removes the optional feature to free up storage, lower CPU usage, and improve performance.
  • Improves security by reducing exposure to unauthorized screen sharing
  • Follows organizational compliance standards that prohibit this functionality
  • Prevents accidental usage in shared workspaces or during meetings

Additional considerations when installing the Wireless Display app

A few factors can affect the installation process of the Wireless Display app. Keep the following things in mind:

  • Installation time: Installation may take a few minutes, so allot enough time for the process to complete without interruptions (e.g., internet connection issues, scheduled system restarts).
  • System update: If the system is not up-to-date, installation can fail, or the app may not function correctly. Install all pending Windows updates before installing Wireless Display.
  • Mandatory Miracast support: Both the sending and receiving devices must support Miracast for the feature to work.

Making Wireless Display work for you

Wireless Display offers many benefits, especially in environments where people frequently present, collaborate, and share screens. IT professionals, administrators, and power users can add or remove the app from the system in various ways.

However, using the most appropriate method and executing the task properly helps prevent functionality issues. If you plan it properly, Wireless Display can become an important part of your process, whether for work or entertainment.

Related topics:

You might also like

Ready to simplify the hardest parts of IT?