Video summary

FIX High Ping, Lag Spikes & Random Lagging in Windows 11/10 (2026 NEW)

Main summary

Key takeaways

Technology

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

  1. Open Registry Editor

    • Search for “regedit” / “registry editor” and open it with elevated permissions.
  2. 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.
  3. 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
      • Create/set another TCPNoDelay-related DWORD (subtitles imply another creation/entry) also with value 1.
    • Close registry paths afterward.
  4. 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.
    • Inside msmq:
      • Create/set TCPNoDelay as a DWORD (32-bit) with value 1.
    • Then create a parameters sub-key:
      • msmq\parameters
    • Inside msmq\parameters:
      • Create TCPNoDelay (DWORD 32-bit) with value 1.
  5. 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

Original video