Check MTU (Maximum Transmission Unit) on Windows 11
- Run the command prompt as admin.
- Command for show interface MTU.
netsh interface ipv4 show subinterfaces

- Command for changing the MTU.
netsh interface ipv4 set subinterface "Interface name" mtu=1492 store=persistent

- Restart the computer for the change.
- Use the command show MTU to confirm that the MTU was changed.
netsh interface ipv4 show subinterfaces
