0XC00D11C2

Fix NS_E_WMP_MULTICAST_DISABLED (0XC00D11C2) in WMP

Windows Media Player can't play a multicast stream because the protocol's turned off. Here's how to switch it back on, from quick to advanced.

What's going on?

You're trying to play a multicast video stream — maybe a live lecture, a corporate broadcast, or a sports feed. Instead of video, you get this error: NS_E_WMP_MULTICAST_DISABLED (0XC00D11C2). Windows Media Player is refusing to handle the stream because the multicast protocol is turned off in its network settings. It's not a hardware problem, and it's not a corrupt file. It's just a setting that's been disabled.

Multicast is different from normal video. Normal video (like YouTube) is unicast — each viewer gets their own copy. Multicast sends one stream to many people at once, saving bandwidth. WMP can handle it, but only if you tell it to. Here's how.

Try the simplest fix first. It works about 70% of the time. If it doesn't, move to the next one. You can stop at any point.

Quick fix: Enable multicast in WMP (30 seconds)

  1. Open Windows Media Player. If it's not pinned, hit Windows Key and type Windows Media Player, then press Enter.
  2. Click the Tools menu. Don't see Tools? Press Alt on your keyboard — the menu bar appears at the top.
  3. Click Options.
  4. Go to the Network tab. You'll see a list of protocols.
  5. Under Streaming media protocols, look for Multicast. Tick the box next to it.
  6. Click Apply, then OK.

After you click Apply, you should see the checkbox stay filled. Close WMP, reopen it, and try playing the stream again. Still getting the error? Move to the moderate fix.

Moderate fix: Allow multicast through Windows Firewall (5 minutes)

WMP might be allowed to use multicast, but the firewall could be blocking the incoming traffic. Here's how to check and fix that.

  1. Press Windows Key, type Windows Defender Firewall, and press Enter.
  2. In the left pane, click Allow an app or feature through Windows Defender Firewall.
  3. Click the Change settings button. You'll need admin rights for this.
  4. Scroll down the list until you see Windows Media Player. If it's not there, click Allow another app, browse to C:\Program Files\Windows Media Player\wmplayer.exe, and add it.
  5. Once it's in the list, tick both Private and Public boxes next to it.
  6. Click OK.

After applying, close the firewall window. Try the stream again. If it still fails, we need to dig deeper. The issue might be your network adapter's multicast settings.

Advanced fix: Enable multicast on the network adapter (15 minutes)

This step makes sure your network card is actually listening for multicast traffic. Some adapters, especially Wi-Fi ones, have this feature disabled by default.

  1. Press Windows Key, type Device Manager, and press Enter.
  2. Expand Network adapters. Find your active network card — it's usually something like Realtek PCIe GbE Family Controller or Intel(R) Wi-Fi 6 AX201.
  3. Right-click it and select Properties.
  4. Go to the Advanced tab.
  5. Look through the list of properties for anything that says Multicast, Packet Priority, or VLAN. Find Multicast List or Multicast Filter.
  6. Set the value to Enabled or All. Don't see it? Some adapters don't expose this setting. Skip this step.
  7. Click OK and close Device Manager.

If you couldn't find the multicast setting in Device Manager, don't worry. There's one more thing to check — the registry. This forces multicast on for all network interfaces.

Registry tweak (use with caution)

Warning: Editing the registry can break things. Make a backup first (File > Export in Regedit). Only do this if you're comfortable.
  1. Press Windows Key + R, type regedit, and press Enter.
  2. Navigate to:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
  3. In the right pane, look for a DWORD called IGMPLevel. If it's not there, right-click an empty space, click New > DWORD (32-bit) Value, and name it IGMPLevel.
  4. Double-click IGMPLevel and set the value to 2. This enables full multicast support.
  5. Click OK and close Regedit.
  6. Reboot your computer.

After the restart, open WMP and try the stream one more time. If it still doesn't work, the problem might be on the server side — the multicast stream itself might be down or the network router isn't forwarding IGMP packets. Contact your IT department or the stream provider.

But for most people, one of the first two fixes clears it up. Start with the quick fix, then the firewall. You'll be watching your stream in no time.

FixTimeSuccess rate
Enable multicast in WMP30 seconds70%
Firewall exception5 minutes20%
Network adapter or registry15 minutes10%
Related Errors in Network & Connectivity
0X000008CA Fix net use error 0X000008CA connection not found 0X000025F5 DNS_ERROR_DS_UNAVAILABLE (0X000025F5) fix for domain joins 0X8004D01C XACT_E_CONNECTION_DOWN (0X8004D01C): Fix the DTC Link Fast 0XC0000201 STATUS_NETWORK_OPEN_RESTRICTION 0XC0000201 fix

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.