Problem involves all Apple devices on my network (MacBooks, iPhones, iPads). None appear on arp -a list on the problem machine but do on the other Windows PC on the network
Windows 11 cannot ping apple devices
My Windows 11 PC cannot ping apple devices on the same network, even with the network designated "Private" and Windows firewall turned off. Another Windows machine on the same network can successfully ping apple devices, so I know it isn't a problem with the router or target Mac.
Windows for home | Windows 11 | Internet and connectivity
3 answers
Sort by: Most helpful
-
Dale Walter 0 Reputation points
2026-04-01T17:08:02.1333333+00:00 Apple devices do not appear on arp -a list.
Problem with all apple devices on my network (MacBooks, iPhones, iPads)
-
April Pagunsan 260 Reputation points Independent Advisor
2026-04-01T16:57:53.5333333+00:00 Hi Dale Walter.
Thanks for posting here in Microsoft Community, I understand that your Windows 11 PC is unable to ping Apple devices on the same network, even though another Windows machine can.
First, confirm this is ICMP-specific (not a general network problem)
From the problem PC, try reaching the same Apple device using non‑ICMP checks.
Start with a ping:
ping <apple-device-ip>
``
If that doesn’t work, check ARP instead: arp -a
Then look for the Apple device’s IP address in the list.
How to interpret the results:
If the ARP entry exists but ping still fails, Layer 2 connectivity is working
That means ICMP traffic is being blocked locally
At this point, it strongly points to a Windows networking stack, driver, or service issue, not a general connectivity problem.
Also, may I know if this happens on all Apple devices or only a specific one?
If you still needed further assistance or you still have any more question feel free to comment I'll be happy to assist you.
Best regards,
April P.