Jumbo frames will only be used if the endpoint is configured to use them. the network setting is a maximum size and should be set to no more than 9416 in your case. If I look at my laptop I see the below dialogue box for the ethernet adapter:
![cmr_0-1692727708225.png cmr_0-1692727708225.png](https://community.meraki.com/t5/image/serverpage/image-id/31977i43C76A32F8EA847C/image-size/medium?v=v2&px=400)
As you can see, jumbo fames are disabled so the network max size being above will be ignored and the default MTU of 1500 will likely be set.
At a command prompt type: netsh interface ipv4 show subinterfaces
This will confirm what is set for you.
If my answer solves your problem please click Accept as Solution so others can benefit from it.