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 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,824 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,367 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,952 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Gary Nebbett 6,091 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

    0 comments No comments

  2. Limitless Technology 39,711 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--

    0 comments No comments

Your answer

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