Video summary
FIX High Ping, Lag Spikes & Random Lagging in Windows 11/10 (2026 NEW)
Main summary
Key takeaways
Summary of the Subtitles (Tech/Guide Focus)
The video provides a step-by-step Windows 10/11 registry tweak intended to fix high ping, lag spikes, and random lagging. The method involves editing specific DWORD values related to TCP network behavior and (optionally) MSMQ settings.
Main Tutorial Steps
-
Open Registry Editor
- Search for “regedit” / “registry editor” and open it with elevated permissions.
-
Edit TCP-related networking index
- Navigate to:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile
- Locate Network Throttling Index (subtitles appear to say “network foring index”).
- Set Value Data to F8F8F8F8 (entered as hexadecimal) by inputting “F8” repeatedly (8 times total).
- Click OK.
- The guide repeatedly instructs you to close/re-collapse folders.
- Navigate to:
-
Set TCP parameters in Windows TCP/IP interfaces
- Navigate to:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters\Interfaces
- Inside Interfaces, select the subfolder with the most entries (the one containing the most data).
- In that interface key:
- Create a new DWORD (32-bit) value named
TCPNoDelay- Set its value to
1
- Set its value to
- Create/set another TCPNoDelay-related DWORD (subtitles imply another creation/entry) also with value
1.
- Create a new DWORD (32-bit) value named
- Close registry paths afterward.
- Navigate to:
-
Add TCPNoDelay under MSMQ (if present/created)
- Navigate to:
HKEY_LOCAL_MACHINE\Software\Microsoft
- Find folder
msmq- If it doesn’t exist, create it as a new key named
msmq.
- If it doesn’t exist, create it as a new key named
- Inside
msmq:- Create/set
TCPNoDelayas a DWORD (32-bit) with value1.
- Create/set
- Then create a
parameterssub-key:msmq\parameters
- Inside
msmq\parameters:- Create
TCPNoDelay(DWORD 32-bit) with value1.
- Create
- Navigate to:
-
Restart
- The guide concludes by instructing you to restart the computer, claiming that ping will be lowered afterward.
Sources / Main Speaker
- The guide is delivered by an unidentified speaker (“so guys…”) providing the step-by-step registry instructions.
- Primary referenced areas in the tutorial:
- Windows Registry Editor
- Windows TCP/IP (Tcpip)
- MSMQ (msmq) settings