Teredo is a networking protocol. It’s used to initiate a secure connection between a client and server, such as with devices that use network address translation (NAT). If Teredo isn’t working it means that the Xbox Live app, for example, is unable to establish connections with other devices and you won’t be able to use party chat or multiplayer gaming on Xbox Live. 

There are many things that can cause the “Teredo is Unable to Qualify” error in Windows 10. In this article, we’ll cover several possible fixes for this problem so that you can get back to gaming. 

Table of Contents
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 1

    Note that some of these fixes involve making changes to the registry. We recommend making a backup of the registry in case problems occur during this process. 

    Check Your Internet Connection

    An internet connection is necessary for Teredo to work, so check this first of all. To check your internet connection: 

    1. Press the Windows + I to open Settings. 
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 2
    1. Select Gaming > Xbox Networking.
    2. Under Connection status check to see that Internet connection is Connected
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 3

    If your internet is not connected, you will need to troubleshoot this issue prior to any other fixes. 

    The “Fix It” Option

    There is an automatic troubleshooting option under Xbox Networking that can solve known errors with Teredo. 

    1. Press the Windows + I to open Settings. 
    2. Select Gaming > Xbox Networking.
    3. Select Fix It
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 4
    1. Follow the troubleshooting wizard and then restart your PC if any changes are made. 

    Ensure Teredo Is Enabled

    Teredo can sometimes be disabled in the registry. To check if this is the case, do the following: 

    Check the iphlpsvc Registry Path

    1. Press the Windows key and type “Command Prompt”. 
    2. Right-click Command Prompt and select Run As Administrator
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 5
    1. Enter this line: 

    reg query HKLM\System\CurrentControlSet\Services\iphlpsvc\Teredo

    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 6
    1. If Teredo is disabled, it will return a line including the following: 

    Type REG_DWORD 0x4

    1. To re-enable Teredo, enter the following command: 

    netsh interface Teredo set state type=default 

    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 7
    1. Check if the issue is resolved. 

    Check the Tcplp6 Registry Path

    1. Press the Windows key and type “Command Prompt”. 
    2. Right-click Command Prompt and select Run As Administrator
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 8
    1. Enter this line: 

    reg query HKLM\System\CurrentControlSet\Services\TcpIp6\Parameters

    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 9
    1. The following output means that Teredo may be disabled: 

    DisabledComponents REG_DWORD 0x8e

    1. To enable Teredo once more, type and enter the following command: 

    reg add HKLM\System\CurrentControlSet\Services\Tcpip6\Parameters /v DisabledComponents /t REG_DWORD /d 0x0

    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 10

    Check IP Helper Service

    The IP Helper service is necessary for Teredo to run and function as designed. To ensure this service is running: 

    1. Press Windows + R to open Run
    2. Type services.msc and press Enter
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 11
    1. Find and double-click IP Helper.
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 12
    1. Set Startup type to Automatic
    2. Click Start to start the service. 
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 13
    1. Select Apply

    If your IP Helper won’t start due to issues with dependent services, try the following: 

    1. Press Windows + R to open Run
    2. Type services.msc and press Enter
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 14
    1. Find and double-click IP Helper.
    2. Switch to the Dependencies tab. 
    3. Under This service depends on the following system components section, note all of the listed components. 
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 15
    1. Go back to the Services window and ensure that these components are all running. If they’re not, enable them. Most often it’s the WinHTTP Web Proxy Auto-Discovery Service
    2. Now try enabling IP Helper once more. 

    Check Teredo Server Name

    Teredo needs a valid server name to function correctly. To check and fix this issue: 

    1. Press the Windows key and type “Command Prompt”. 
    2. Right-click Command Prompt and select Run As Administrator
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 16
    1. Run the following command: 

    netsh interface Teredo show state

    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 17
    1. If it returns “failed to resolve server name then you likely have an invalid Teredo server name or Teredo is being blocked. 
    2. To revert the server name to its default, enter the following command: 

    netsh interface Teredo set state servername=default

    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 18

    If this didn’t fix the issue, Teredo may be being blocked by an application. To check this: 

    1. Press the Windows key and type “Command Prompt”. 
    2. Right-click Command Prompt and select Run As Administrator
    3. Run the following command: 

    netsh interface Teredo show state

    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 19
    1. Note the server name value, for instance, win1910.ipv6.microsoft.com.
    2. Open the hosts file by running the following command: 

    notepad.exe c:\WINDOWS\system32\drivers\etc\hosts

    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 20
    1. Press Ctrl + F to open the find box. 
    2. Type the server name that you noted down and press Enter
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 21
    1. If this entry is found, delete it and save the hosts file. 
    2. Check if the error is fixed. 

    Check the Home Router

    Some routers will block Teredo connections if they aren’t configured correctly. Update your router to the latest firmware and determine how to enable Teredo tunneling (check your router support documentation for how to do this as it varies between models). 

    Check Your VPN

    Some virtual proxy networks (VPNs) disable Teredo connectivity. To check if this is the case and fix the problem, you need to remove any VPN adaptors from your PC. 

    1. Right-click the Start menu and select Device Manager
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 22
    1. Select View > Show hidden devices.
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 23
    1. Select Network Adapters
    2. Search for TAP-Windows Adaptor V9 or any similar names. 
    How to Fix “Teredo Is Unable to Qualify” in Windows 10 image 24
    1. Right-click the adaptor and select Uninstall
    2. Check if the Teredo is unable to qualify error has been fixed. 

    Note: This will most likely affect your VPN software. If the VPN is causing issues with Teredo connectivity, you may need to consider moving to another provider

    Reinstall Teredo

    If none of the above have worked, try reinstalling Teredo from scratch. 

    1. Press the Windows key and type “Command Prompt”. 
    2. Right-click Command Prompt and select Run As Administrator
    3. Type and enter the following command: 

    netsh interface Teredo set state disable 

    All Done! 

    Hopefully, this guide has helped you fix the “Teredo is unable to qualify” error and you can head back to the game. 

    If any of these fixes helped you, or you have a fix that isn’t listed here, let us know in the comments below! 

    Leave a Reply

    Your email address will not be published. Required fields are marked *