Clear, Delete and Refresh ARP Cache Entry
ARP (Address Resolution Protocol is the standard method for finding a host’s hardware address when only its network layer address is known. In other word, in IPv4 and Ethernet network environment, Windows operating system uses ARP to translate IP addresses to Ethernet MAC addresses. However, Microsoft Windows ARP cache will occasionally become corrupt and need to be cleared and deleted so that the cache can be refreshed.
When you haven’t problem connecting to Internet where connections to websites or web pages will time out or fail, and unable to surf or browse the Internet pages, the error may because also of ARP cache corruption, other than TCP/IP corruption or Winsock error.
To confirm that it’s indeed an ARP issue, try to ping both the loopback address (127.0.0.1) and the local computer’s IP address. Then try to any other IP addresses such as those of Google.com or Yahoo.com. If you can ping to local IP address and loopback address, but not any other IP addresses, then this is the typical symptom of ARP cache failure.
Use the NetShell (netsh) command to clear, delete or refresh the Address Resolution Protocol (ARP) cache by following the following steps.
- Click on Start button.
- Click on Run command and type Cmd into the Run text box, and then press Enter. For Windows Vista, type Cmd in Start Search, and then press Ctrl-Shift-Enter keyboard shortcut to force Administrator privileges. Enter Administrator user ID and password and allow any permission request when prompted.
- In the Command Prompt window, type the following command then press Enter.
netsh interface ip delete arpcache
The command works in Windows Vista, Windows XP and Windows 2003.
Related Articles
- Propagate and Refresh DNS Cache Faster
- Delete and Clear Internet Explorer Address Bar History
- Firefox Tips: Refresh Firefox Webpage Content Without Clearing Cache & Disable Automatic File Scanning after File Download
- Display and View FireFox Cache Files Without Browser Cache Viewer
- How to Flush and Reset DNS Cache
- How to Clear and Delete Recent Documents List in Office 2007 (Word, Excel, PowerPoint)
- Vista IE7 Cache & Cookies Folder, Temp Directory and History Location
- How to Move the Firefox Disk Cache To Another Drive
- Your Browser’s Cache is Full and May Interfere with Your Gmail Experience Error with Working Fix
- Cache Busting Definition and Explaination










































October 6th, 2009 02:33
thanks bud
January 17th, 2009 08:40
this should work too –
> arp -d *
June 21st, 2007 21:04
good