How to Change MTU on Windows 10 and Windows 11

How to Change MTU on Windows 10 and Windows 11
12th January 2019 No Comments Networks, Windows admin

HOW TO CHANGE MTU IN WINDOWS 10 and WINDOWS 11

It often is observed that some websites don’t perform optimally on some Broadband Connections . When nothing else works, It can be fixed by adjusting your MTU . Please see the below steps to change MTU

Lets see HOW TO CHANGE MTU IN WINDOWS 10

  1. Open a command prompt as administrator. You can do this by Hitting Windows start button, type CMD, right click on command prompt and run as administrator
  2. type the command  netsh interface ipv4 show subinterfaces
  3. The Output will show as below listing your Interfaces and MTU Size currently.
Command output before any modification
  1. Note Down the interface name as we will need it in next command to change the MTU size , Ethernet0 in above Example.
  2. In the next command substitute Ethernet0 with your interface name and new MTU size of 1518.
  3. netsh interface ipv4 set subinterface “Ethernet0” mtu=1518 store=persistent
Output after Command to change MTU Runs

That’s it, As you can see in image above, we can now see the MTU has changed.

You can either Increase or Decrease your MTU to see what works in your case.

This command works on Windows 10 and Windows 11 Both.

Tags
About The Author

Leave a reply

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

nineteen − 15 =