Share via

Windows 10 Only Upload speed is very slow But on Linux it works fine

Fok Pornkaew 1 Reputation point
2022-01-07T21:20:16.98+00:00

I have uninstalled my Network Adpater and installed it again, and i have reset all network settings using following commands on CMD

ipconfig /flushdns
nbtstat -R
nbtstat -RR
netsh int ipv4 reset
netsh int ipv6 reset
netsh winsock reset
.
And i have put Large Send Offload V2 (IPv4) on disabled and enabled
did a clean boot still not works
i dont know what to do i didnt have this problem before i get full speed at Linux but not Windows 10.
wish Microsoft support have a phone number or somthing cus this support is not so good.

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
Windows for business | Windows Client for IT Pros | Devices and deployment | Configure application groups
Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

2 answers

Sort by: Most helpful
  1. Limitless Technology 40,101 Reputation points
    2022-01-10T14:45:57.893+00:00

    Hello @Fok Pornkaew

    Modern Linux file systems (ext4, ext3, Reiser, etc) are very efficient with fast file access. Linux uses a separate partition as swap space independent of whatever file system you choose to use. Linux only loads processes that are required for whatever is running now. This is the reason for the difference in the Internet speed of the operating system.

    If you have low Internet speed then you can try to troubleshoot them but comparing might not help you out here for the above-explained reasons.

    Hope this resolves your Query!!

    --If the reply is helpful, please Upvote and Accept it as an answer--

    Was this answer helpful?

    0 comments No comments

  2. Gary Nebbett 6,476 Reputation points
    2022-01-08T10:37:41.943+00:00

    Hello @Fok Pornkaew ,

    You may find that your Internet connection is "reordering" network packets (i.e. the packets are not delivered in the sequence in which they were sent; a small amount of change in the order happens as the packets pass through some network devices. The algorithm for coping with this situation is better in Linux than it is in Windows 10.

    This long thread describes the same problem: https://learn.microsoft.com/en-us/answers/questions/330172/extreamly-slow-upload-speed-in-windows-all-other-o.html

    There are improvements to the TCP/IP implementation in Windows 11, but that still has one or two bugs/omissions which limit upload performance in the face of packet reordering.

    If you want to make a small network trace of a slow upload and then share the trace data, I would take a quick look at it to confirm this diagnosis, but I am fairly sure that this is the explanation of the performance that you are observing.

    Gary

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.