If you’ve upgraded to Windows 11 and can’t find the Connect app, you’re not alone—Microsoft moved it behind an optional feature called Wireless Display, leaving many users scratching their heads. The Connect app turns your PC into a wireless display receiver using Miracast (Wi‑Fi Direct), allowing you to mirror screens from Windows laptops or Android phones without cables. While Windows 11 still supports this functionality, the app no longer comes preinstalled. Instead, it sits in the “optional features” list, a deliberate design choice to slim down the default image and reduce background processes most users never touch. Across tech forums and Reddit threads, the same question keeps popping up: “Where did Connect go?” The answer is straightforward, and restoring it takes just a few clicks—or a single command line for power users.

Why Microsoft Hid the Connect App

On Windows 10, the Connect app was baked into the operating system, ready out of the box. Windows 11, however, follows a trend of making more components optional. This keeps the base installation leaner, but it also means users who rely on screen mirroring must explicitly enable the feature. The good news: the Wireless Display optional feature is entirely first-party, fully supported, and integrates seamlessly into the system once installed. Miracast, the underlying technology, creates a direct peer-to-peer Wi‑Fi connection that doesn’t require an existing wireless network, although both devices benefit from having Wi‑Fi enabled and current drivers. Unlike Chromecast or Apple AirPlay, Miracast is a standards-based approach included in Windows and widely supported by Android vendors, though not all Android phones implement it.

How to Install Wireless Display via Settings

The fastest route for most home users runs through the Settings app. Press Windows + I, navigate to Apps > Optional features, and click Add an optional feature (sometimes labeled “View features”). Search for Wireless Display, check the box, and select Install. The package downloads from Windows Update and installs in about a minute. Once completed, open the Start menu, type Connect, and the app should appear. Alternatively, go to Settings > System > Projecting to this PC—if the feature wasn’t installed, this page would have prompted you to add it; now it shows configuration options instead. Pinning the Connect app to Start or the taskbar saves time later.

Using PowerShell or DISM for Command-Line Installation

IT admins and automation enthusiasts can skip the UI and deploy Wireless Display with a single command. Run an elevated PowerShell window (right-click Start, select Windows Terminal (Admin) or PowerShell (Admin)) and execute:

Add-WindowsCapability -Online -Name App.WirelessDisplay.Connect~~~~0.0.1.0

To verify installation:

Get-WindowsCapability -Online | Where-Object Name -like 'WirelessDisplay'

If you ever need to remove it:

Remove-WindowsCapability -Online -Name App.WirelessDisplay.Connect~~~~0.0.1.0

The same can be done with DISM in Command Prompt:

DISM /Online /Add-Capability /CapabilityName:App.WirelessDisplay.Connect~~~~0.0.1.0

Check status with DISM /Online /Get-Capabilities | findstr WirelessDisplay, and remove with /Remove-Capability using the same name. The capability name must match exactly, including the four tildes and version number. Typically, the package downloads from Windows Update, but machines in managed environments may need a local source.

Enterprise and Offline Deployments with Features on Demand

Corporate networks that use WSUS or SCCM often block direct downloads from Windows Update, causing installation errors like 0x800F0954. In disconnected or restricted environments, admins can install Wireless Display from a Features on Demand (FOD) ISO. Obtain the Windows 11 FOD ISO matching your OS build, mount it to a drive letter (e.g., X:), and run:

DISM /Online /Add-Capability /CapabilityName:App.WirelessDisplay.Connect~~~~0.0.1.0 /Source:X:\ /LimitAccess

The /LimitAccess switch prevents DISM from trying Windows Update. FOD packages might be located in subfolders; consult your organization’s documentation for the exact path. A quick Group Policy fix for managed devices is to enable “Specify settings for optional component installation and component repair” and check “Download repair content and optional features directly from Windows Update,” overriding the WSUS restriction.

Hardware and Driver Requirements

Installing Wireless Display doesn’t guarantee your PC can actually receive a Miracast stream. The feature relies on support from both your Wi‑Fi adapter and graphics driver. Check readiness by running netsh wlan show drivers in Command Prompt and looking for “Wireless Display Supported: Yes.” Alternatively, press Windows + R, type dxdiag, hit Enter, click Save All Information, and search the saved text file for “Miracast” — it should say “Available” (often with HDCP). In Device Manager, a “Microsoft Wi‑Fi Direct Virtual Adapter” appearing under Network adapters is another good sign.

Outdated drivers are the top reason for “Miracast not supported” errors. Update your Wi‑Fi adapter driver directly from Intel, Realtek, Qualcomm, or your PC manufacturer’s website. Graphics drivers (integrated or discrete) are equally critical because Miracast uses the graphics stack for encoding and decoding. Some systems also need chipset or BIOS/UEFI updates to stabilize Wi‑Fi Direct. If virtualization software or VPN clients are active, their virtual network adapters sometimes interfere — disable them temporarily during troubleshooting.

Configuring Projecting to This PC for Security

After installation, fine-tune how your PC accepts connections in Settings > System > Projecting to this PC. Choose availability: “Available everywhere” or the safer “Available everywhere on secure networks.” Set “Ask to project to this PC” to Every time for control, or First time only for convenience. In shared spaces, enable Require PIN for pairing to prevent unauthorized casting. You can also restrict projecting to when the PC is plugged in, helping preserve battery life on laptops. Naming the PC something descriptive (like “ConfRoom-A-Display”) helps senders pick the right receiver.

Casting to Your Windows 11 PC from Other Devices

With the Connect app open and discoverable, sending a cast is straightforward. From another Windows PC, press Win + K to open the Connect flyout, or go to Settings > System > Display > Multiple displays > Connect to a wireless display. Select your receiver from the list. On Android, use the device’s screen cast feature—often labeled Cast, Smart View, Screen share, or Wireless display. Not all Android phones support Miracast; some favor Google Cast. iOS and iPadOS use AirPlay and won’t connect without third-party receiver software.

Troubleshooting Installation Failures

If Wireless Display refuses to install, you might see error codes like 0x800F0954 (WSUS blocking), 0x800F081F (source files missing), or 0x8024402C (network/proxy issue). Common fixes:
- Switch from a metered to non-metered connection temporarily.
- Ensure Windows Update and Background Intelligent Transfer Service are running.
- Run DISM /Online /Cleanup-Image /RestoreHealth and sfc /scannow to repair the component store.
- On managed PCs, use the Group Policy mentioned earlier or provide FOD media.

If the Connect app still doesn’t appear in Start search after a successful install, a quick reboot often flushes the app list.

Fixing Connection Drops and Stutters

Once the feature is installed and working, the most common frustrations are lag, glitches, or failure to discover the receiver. Start with these baseline checks:
- Confirm both the Wi‑Fi and graphics drivers report “Wireless Display Supported: Yes.”
- Update to the latest OEM drivers, not just Windows Update versions.
- Reboot both the receiver and sender to reset the Wi‑Fi Direct handshake.

For smoother performance, use the 5 GHz band or Wi‑Fi 6/6E when available. Reduce physical distance and obstacles—Miracast is sensitive to interference. Pause large downloads and disable VPN clients that insert virtual adapters. Switch Windows power mode to Balanced or Best performance to prevent frame drops. Third-party firewalls may need an exception for the Connect app and Wi‑Fi Direct traffic; in enterprise Wi‑Fi networks, disable client isolation policies that block peer-to-peer connections.

Best Practices for Classrooms and Conference Rooms

A well-configured Connect receiver becomes a reliable presentation hub. Assign a clear PC name, require a PIN and approval, and pin the app to the taskbar. Keep drivers updated—stale drivers cause the majority of glitches. If multiple rooms have receivers, put a quick reference card on the table: the PC’s name and the sender shortcut (Win + K from Windows, Smart View/Cast from Android). In Windows 11, the streamlined Projecting to this PC settings page makes it easy to manage discovery and security in one place.

Differences Between Windows 10 and Windows 11

The core functionality hasn’t changed, but its placement has. Windows 10 preinstalled Connect; Windows 11 relegates it to an optional feature. The UI modernized—Quick Settings now houses the Cast button, and the Display page incorporates wireless display discovery seamlessly. On compatible hardware, modern Wi‑Fi 6/6E drivers can yield better stability and lower latency than older Windows 10 setups, but that depends entirely on your equipment.

Removing or Reinstalling Wireless Display

If you no longer need the receiver, uninstall Wireless Display via Settings > Apps > Optional features > Installed features by selecting Wireless Display and clicking Uninstall. For command-line cleanup:

DISM /Online /Remove-Capability /CapabilityName:App.WirelessDisplay.Connect~~~~0.0.1.0

To reinstall, simply run the add command again. A reboot isn’t always required, but it ensures the app icon appears correctly in search.

Alternatives When Miracast Hardware Support Is Missing

If your PC lacks Miracast support even after driver updates, you can’t make it a receiver, but you can still project to external displays using wired connections (HDMI, USB‑C with DisplayPort Alt Mode). Dedicated casting dongles that support Google Cast or AirPlay serve multi-platform needs, though they introduce slight latency. For remote collaboration, apps like Microsoft Teams or Zoom offer screen sharing without requiring Miracast. Each alternative trades off convenience, quality, or cost—but for local, cable-free presentations with compatible gear, Windows 11’s Wireless Display remains a winning formula.

The Connect app isn’t gone—it’s just tucked behind a feature Microsoft assumed many people wouldn’t notice. With a quick install and a few sensible settings, your Windows 11 machine transforms into a capable Miracast receiver, ready for presentations, classroom sharing, or simply casting a phone screen to a bigger monitor.