Ensure that your firewall/NTP server is correctly configured and operational. Verify that it's listening on the correct port (UDP 123) and that it's reachable from your Windows 10 machine.
Make sure that there are no firewall rules blocking outgoing traffic on UDP port 123 from your Windows 10 machine to the NTP server.
Verify that your Windows 10 machine has network connectivity to the NTP server:
ping <ntp_server_ip>
Look for any relevant error messages in the Windows Event Viewer under "Windows Logs" -> "System".
Ensure that the Windows Time service (w32tm) is configured correctly:
w32tm /query /configuration
Sometimes restarting the Windows Time service can resolve synchronization issues.
net stop w32time
net start w32time
Try manually syncing with the NTP server using the following command:
w32tm /resync /rediscover