Windows OS Hub
  • Windows
    • Windows 11
    • Windows Server 2022
    • Windows 10
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
  • PowerShell
  • Linux
  • Home
  • About

Windows OS Hub

  • Windows
    • Windows 11
    • Windows Server 2022
    • Windows 10
    • Windows Server 2019
    • Windows Server 2016
  • Microsoft
    • Active Directory (AD DS)
    • Group Policies (GPOs)
    • Exchange Server
    • Azure and Microsoft 365
    • Microsoft Office
  • Virtualization
    • VMware
    • Hyper-V
  • PowerShell
  • Linux

 Windows OS Hub / Windows 10 / How to Cast/Mirror Android Screen to Windows PC

September 11, 2024 Windows 10Windows 11

How to Cast/Mirror Android Screen to Windows PC

This guide explains how to use built-in Windows tools to cast (mirror) the screen of an Android smartphone to a PC over a Wi-Fi network. To project (cast) the screen of an Android device, you can use Miracast wireless transmission technology, which is supported by most modern computers.

The following requirements must be met to mirror the screen and audio from an Android device to a Windows computer:

  • Both devices must be connected to the same Wi-Fi network (access point).
  • A computer running Windows 10 or 11 with the Wireless display option feature installed.
  • Miracast-enabled Wi-Fi adapter.

First, check that your Windows computer supports Miracast video streaming. Open a command prompt and run:

netsh wlan show driver

The following line indicates that the Wi-Fi adapter supports Miracast mode:

Wireless Display Supported: Yes (Graphics Driver: Yes, Wi-Fi Driver: Yes)

Wireless Display Supported: Yes on Windows

The Wi-Fi adapter must have a driver that supports at least version 6.3 of the NDIS specification:

NetAdapter | Select Name, NdisVersion

WI-FI adapter with NDIS 6.3 or newer Specification

Then install the Wireless Display capability from Settings -> Optional Features -> Add a feature.

Install Wireless Display feature on Windows

Or install an additional component using PowerShell. Check that the WirelessDiplay.Connect feature is installed:

Get-WindowsCapability -Online -name *wireless*

Allows other devices to wirelessly project to this computer. Requires Miracast-capable hardware.

If it is not present, run the installation with the command:

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

PowerShell: Add-WindowsCapability App.WirelessDisplay.Connect

Windows will download and install the required component files from Microsoft’s servers (an Internet connection is required).

Then enable Miracast in Settings ( Win+I )-> System -> Projecting to this PC. By default, Windows doesn’t allow Miracast to be received. Select the ‘Available everywhere on secure networks‘ option, which allows you to receive Miracast traffic for private and domain network profile types (locations).

Enable projecting to this PC in Windows (everywhere on secure networks)

This creates a separate Microsoft Wi-Fi Direct Virtual Adapter virtual adapter that is used to receive Miracast streams.

Miracast uses Microsoft Wi-Fi Direct Virtual Adapter

If Miracast is not supported, or if your computer is not connected to a Wi-Fi network, a message will be displayed:

This device doesn’t support receiving Miracast, so you can’t project to it wirelessly.

This device doesn’t support receiving Miracast, so you can’t project to it wirelessly.

Then enable screencasting on your Android smartphone. Go to Settings -> Connection and sharing -> Cast (Cast screen contents to an external display) -> Turn on.

Enable Miracast on Android smartphone

Using a broadcast packet, Android should discover and list Miracast-enabled devices on the Wi-Fi network. Select your Windows computer from the list.

Mirror Android Display to a Windows PC

Accept the incoming Miracast connection on a Windows PC.

Accept Miracast translation on Windows

A window will open on your computer, mirroring the screen and sounds from your Android device with a slight delay. You can view pictures, games, or videos played on your smartphone. The user can only see the screen of the smartphone, but cannot control it with a mouse and keyboard.

In the next post, we’ll look at how to configure a full remote control of an Android smartphone from a Windows computer over a local network.

1 comment
4
Facebook Twitter Google + Pinterest
previous post
Get Started with Docker on Windows (WSL2) without Docker Desktop
next post
Configure Kiosk Mode on Windows 11 (Single or Multi-App)

Related Reading

Unable to Map Drive: An extended error has...

May 13, 2025

Map a Network Drive over SSH (SSHFS) in...

May 13, 2025

How to Cancel Windows Update Pending Restart Loop

May 6, 2025

View Windows Update History with PowerShell (CMD)

April 30, 2025

Change BIOS from Legacy to UEFI without Reinstalling...

April 21, 2025

1 comment

AM March 8, 2025 - 11:18 am

“NetAdapter | Select Name, NdisVersion” doesn’t work from a command prompt, only a Powershell prompt

Reply

Leave a Comment Cancel Reply

join us telegram channel https://t.me/woshub
Join WindowsHub Telegram channel to get the latest updates!

Categories

  • Active Directory
  • Group Policies
  • Exchange Server
  • Microsoft 365
  • Azure
  • Windows 11
  • Windows 10
  • Windows Server 2022
  • Windows Server 2019
  • Windows Server 2016
  • PowerShell
  • VMware
  • Hyper-V
  • Linux
  • MS Office

Recent Posts

  • Map a Network Drive over SSH (SSHFS) in Windows

    May 13, 2025
  • Configure NTP Time Source for Active Directory Domain

    May 6, 2025
  • Cannot Install Network Adapter Drivers on Windows Server

    April 29, 2025
  • Change BIOS from Legacy to UEFI without Reinstalling Windows

    April 21, 2025
  • How to Prefer IPv4 over IPv6 in Windows Networks

    April 9, 2025
  • Load Drivers from WinPE or Recovery CMD

    March 26, 2025
  • How to Block Common (Weak) Passwords in Active Directory

    March 25, 2025
  • Fix: The referenced assembly could not be found error (0x80073701) on Windows

    March 17, 2025
  • Exclude a Specific User or Computer from Group Policy

    March 12, 2025
  • AD Domain Join: Computer Account Re-use Blocked

    March 11, 2025

Follow us

  • Facebook
  • Twitter
  • Telegram
Popular Posts
  • How to Allow Multiple RDP Sessions on Windows 10 and 11
  • How to Run Program without Admin Privileges and Bypass UAC Prompt
  • Fix: BSOD Error 0x0000007B (INACCESSABLE_BOOT_DEVICE) on Windows
  • Fixing ‘The Network Path Was Not Found’ 0x80070035 Error Code on Windows
  • How to Delete Old User Profiles in Windows
  • How to Install Remote Server Administration Tools (RSAT) on Windows
  • How to Backup and Copy Local Group Policy Settings to Another Computer
Footer Logo

@2014 - 2024 - Windows OS Hub. All about operating systems for sysadmins


Back To Top