Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

#Solution 3 – Change WiFi MTU

You can try to change the MTU value of your WiFi adapter. Here’s how to do
it:

Step 1: Press Windows + X and click on Command Prompt (Admin) in the


menu that opens.

Step 2: In Command Prompt window, type netsh interface ipv4 show


subinterfaces and press Enter. Note down the name of your WiFi adapter that
appears. It could be Wireless Network Connection or Wi-Fi.
 

Step 3: In the command prompt window, type the command given below

netsh interface ipv4 set subinterface "Wi-Fi" mtu=1400


store=persistent

Now press Enter.

Note:  If your Wi-Fi network adapter name is different , then replace Wi-Fi with
a different name in above code.

To know, your WiFi adapter name, do this:-

  Search  View Network Connections in Windows 10 search box.


Click on search result.

 
 

  Note down the Wi-Fi name.

In the screenshot given above, the WiFi name is Wi-Fi


 

Additional Steps 

In Command Prompt, type ipconfig /flushdns and press Enter.

type netsh winsock reset catalog and press Enter.

type netsh int ip reset and press Enter.

You might also like