How To Clear ARP Cache In Windows 10 and 11

Are you looking to clear your ARP cache to fix a networking issue? Here’s how to clear ARP Cache in both Windows 10 and 11.

Clear ARP Cache In Windows 10 and 11

The ARP Cache stands for the Address Resolution Protocol, entries created to connect an IP address to a MAC or Media Access Control address. If you have a duplication of an IP address on your table, you’ll need to clear your ARP cache to resolve the problem in Windows 10 or 11. If you’re having trouble connecting a machine to your local network because of the ARP cache, continue reading for two solutions. 

How To Clear ARP Cache In Windows 10 and 11

To clear your ARP Cache, you can stop the Routing and Remote Access service or manually clear the ARP cache in your Command Prompt. Keep reading for step-by-step instructions using both methods. 

Method 1: Using Routing and Remote Access to Clear ARP Cache

To use Routing and Remote Access services to clear your ARP cache: 

  1. Type Services in the search menu on the bottom left of your screen. 
  2. Scroll down and double-click Routing and Remote Access.
Clear ARP Cache In Windows 10 and 11
  1. Set Service status: to Stopped
  2. Next to Startup type: select Disabled
Clear ARP Cache In Windows 10 and 11
  1. Hit Appy and Ok
  2. Restart your computer. 

If this doesn’t work, continue reading to learn the command prompt to clear your ARP cache manually. 

Method 2: Clearing ARP Cache Using Command Prompt

To clear your ARP Cache using the Command Prompt: 

  1. Type cmd in the search menu at the bottom left of your screen. 
  2. Right-click Command Prompt and click Run as Administrator
  3. Hit Yes
  4. Paste netsh interface IP delete arpcache into the Command Prompt. 
  1. Restart your computer. 

And there you have it! This should hopefully resolve any errors on your network. This usually occurs when replacing hardware, but you assign the same static IP to the machine. The refresh is required for the network to recognize the new hardware. 

We hope this guide helped you clear your ARP cache in Windows 10 or 11.

Did you know that we cover coding too? See our Coding Section for coding tutorials and guides.