Microsoft-Windows-Time-Service
178 events across 2 channels
Event ID 1 — The time provider 'TimeProvider' logged the following error: ErrorMessage.
Event ID 2 — The time provider 'TimeProvider' logged the following warning: ErrorMessage.
Event ID 3 — The time provider 'TimeProvider' logged the following message: ErrorMessage.
Event ID 4 — The time provider 'TimeProvider' failed to start due to the following error: ErrorMessage.
Event ID 5 — The time provider 'TimeProvider' returned the following error during shutdown: ErrorMessage.
Event ID 6 — The time service encountered an error while reading its configuration from the registry, and will continue running with its previous configuration.
Event ID 7 — The time provider 'TimeProvider' returned an error while updating its configuration.
Event ID 8 — The time provider 'TimeProvider' returned an error when notified of a polling interval change.
Event ID 9 — The time provider 'TimeProvider' returned an error when notified of a time jump.
Event ID 10 — The time provider 'TimeProvider' returned an error when asked for time samples.
Event ID 11 — Time Provider NtpClient: This machine is configured to use the domain hierarchy to determine its time source, but it is not a member of a domain.
Message #
Event ID 12 — Time Provider NtpClient: This machine is configured to use the domain hierarchy to determine its time source, but it is the AD PDC emulator for the...
#Message #
Fields #
| Name | Description |
|---|---|
Name | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 12,
"version": 0,
"level": 3,
"task": 0,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2022-04-07T17:00:42.976192+00:00",
"event_record_id": 1289,
"correlation": {},
"execution": {
"process_id": 384,
"thread_id": 516
},
"channel": "System",
"computer": "WIN-FPV0DSIC9O6.lab.local",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_EVENT_DOMAIN_HIERARCHY_ROOT"
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 13 — Time Provider NtpClient: This machine is configured to use the domain hierarchy to determine its time source, but the computer is joined to a Windo...
Message #
Event ID 14 — The time provider NtpClient was unable to find a domain controller to use as a time source.
Event ID 15 — The time provider NtpClient was unable to find a domain controller to use as a time source.
Event ID 16 — Time Provider NtpClient: An unexpected error occurred during DNS lookup of the manually configured peer 'ManualPeer'.
Event ID 17 — Time Provider NtpClient: An error occurred during DNS lookup of the manually configured peer 'ManualPeer'.
Description
Time Provider NtpClient: An error occurred during DNS lookup of the manually configured peer 'ManualPeer'. NtpClient will try the DNS lookup again in RetryMinutes minutes. The error was: ErrorMessage.
Message #
Fields #
| Name | Description |
|---|---|
ManualPeer UnicodeString | — |
ErrorMessage UnicodeString | — |
RetryMinutes UnicodeString | — |
Event ID 18 — The time provider NtpClient failed to establish a trust relationship between this computer and the Domain domain in order to securely synchronize time.
Description
The time provider NtpClient failed to establish a trust relationship between this computer and the domain in order to securely synchronize time. NtpClient will try again in minutes. The error was.
Message #
Fields #
| Name | Description |
|---|---|
Domain UnicodeString | — |
ErrorMessage UnicodeString | — |
RetryMinutes UnicodeString | — |
Event ID 19 — Logging was requested, but the time service encountered an error while trying to set up the log file.
Event ID 20 — Logging was requested, but the time service encountered an error while trying to write to the log file: LogFile.
Event ID 21 — The time service is configured to use one or more input providers, however, none of the input providers are available.
Description
The time service is configured to use one or more input providers, however, none of the input providers are available. The time service has no source of accurate time.
Message #
Event ID 22 — The time provider NtpServer encountered an error while digitally signing the NTP response for peer Peer.
Event ID 23 — The time provider NtpServer encountered an error while digitally signing the NTP response for symmetric peer Peer.
Event ID 24 — Time Provider NtpClient: No valid response has been received from domain controller DomainPeer after 8 attempts to contact it.
Event ID 25 — The time provider NtpClient cannot determine whether the response received from DomainPeer has a valid signature.
Event ID 26 — Time Provider NtpClient: The response received from domain controller DomainPeer has a bad signature.
Event ID 27 — Time Provider NtpClient: The response received from domain controller DomainPeer is missing the signature.
Event ID 28 — The time provider NtpClient is configured to acquire time from one or more time sources, however none of the sources are accessible.
Description
The time provider NtpClient is configured to acquire time from one or more time sources, however none of the sources are accessible. NtpClient has no source of accurate time.
Message #
Event ID 29 — The time provider NtpClient is configured to acquire time from one or more time sources, however none of the sources are currently accessible.
Event ID 30 — The time service encountered an error while reading its configuration from the registry and cannot start.
Event ID 31 — The time service discovered that the system time zone information was corrupted.
Message #
Event ID 32 — The time service discovered that the system time zone information was corrupted.
Event ID 33 — The time service has jumped the local system clock by SystemTimeChangeSeconds seconds.
Event ID 34 — The time service has detected that the system time needs to be changed by Name seconds.
#Message #
Fields #
| Name | Description |
|---|---|
Name | — |
SystemTimeChangeSeconds Int64 | — |
MaxSystemTimeChangeSeconds UInt32 | — |
TimeSource UnicodeString | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 34,
"version": 0,
"level": 2,
"task": 0,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2022-04-04T07:40:21.081156+00:00",
"event_record_id": 729,
"correlation": {},
"execution": {
"process_id": 1832,
"thread_id": 600
},
"channel": "System",
"computer": "WIN-TKC15D7KHUR",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_EVENT_TIME_CHANGE_TOO_BIG",
"SystemTimeChangeSeconds": 2660727,
"MaxSystemTimeChangeSeconds": 54000,
"TimeSource": "time.windows.com,0x8 (ntp.m|0x8|0.0.0.0:123->40.119.148.38:123)"
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 35 — The time service is now synchronizing the system time with the time source Name with reference id TimeSource.
#Description
The time service is now synchronizing the system time with the time source Name with reference id TimeSource. Current local stratum number is TimeSourceRefId.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
TimeSource UnicodeString | — |
TimeSourceRefId UInt32 | — |
CurrentStratumNumber UInt32 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 35,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2023-11-05T22:26:18.430557+00:00",
"event_record_id": 1711,
"correlation": {},
"execution": {
"process_id": 1644,
"thread_id": 1720
},
"channel": "System",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_EVENT_TIME_SOURCE_CHOSEN",
"TimeSource": "time.windows.com,0x9 (ntp.m|0x9|0.0.0.0:123->40.119.148.38:123)",
"TimeSourceRefId": 647264040,
"CurrentStratumNumber": 4
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 36 — The time service has not synchronized the system time for the last UnsynchronizedTimeSeconds seconds because none of the time service providers provided a usable time stamp.
#Message #
Fields #
| Name | Description |
|---|---|
UnsynchronizedTimeSeconds UInt32 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 36,
"version": 0,
"level": 3,
"task": 0,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2016-09-17T22:53:43.100250Z",
"event_record_id": 7768,
"correlation": {},
"execution": {
"process_id": 860,
"thread_id": 3624
},
"channel": "System",
"computer": "IE10Win7",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"UnsynchronizedTimeSeconds": 86400
}
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 37 — The time provider NtpClient is currently receiving valid time data from Name.
#Description
The time provider NtpClient is currently receiving valid time data from Name.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
TimeSource UnicodeString | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 37,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2023-11-06T06:25:53.238092+00:00",
"event_record_id": 1708,
"correlation": {},
"execution": {
"process_id": 1644,
"thread_id": 1744
},
"channel": "System",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_EVENT_TIME_SOURCE_REACHABLE",
"TimeSource": "time.windows.com,0x9 (ntp.m|0x9|0.0.0.0:123->40.119.148.38:123)"
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 38 — The time provider NtpClient has not received response from server TimeSource.
Event ID 39 — The time service is unable to register for network configuration change events.
Message #
Event ID 40 — The time provider 'TimeProvider' was stopped with error ErrorMessage.
Event ID 41 — The time service has been configured to use one or more input providers, however, none of the input providers are still running.
Description
The time service has been configured to use one or more input providers, however, none of the input providers are still running. The time service has no source of accurate time.
Message #
Event ID 42 — The time service attempted to create a named event which was already opened.
Description
The time service attempted to create a named event which was already opened. This could be the result of an attempt to compromise your system's security.
Message #
Event ID 43 — The time provider 'TimeProvider' returned an error when notified of a network configuration change.
Event ID 44 — The time provider NtpClient encountered an error and was forced to shut down.
Event ID 45 — The time provider NtpServer encountered an error and was forced to shut down.
Event ID 46 — The time service encountered an error and was forced to shut down.
Event ID 47 — Time Provider NtpClient: No valid response has been received from manually configured peer ManualPeer after 8 attempts to contact it.
Event ID 48 — Time Provider NtpClient: An error occurred during DNS lookup of the manually configured peer 'ManualPeer'.
Event ID 49 — The time provider NtpClient was unable to find a domain controller to use as a time source.
Event ID 50 — The time service detected a time difference of greater than Name milliseconds for TimeDifferenceMilliseconds seconds.
#Message #
Fields #
| Name | Description |
|---|---|
Name | — |
TimeDifferenceMilliseconds UInt32 | — |
TimeSampleSeconds UInt32 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 50,
"version": 0,
"level": 3,
"task": 0,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2022-04-04T11:05:00.453780+00:00",
"event_record_id": 1054,
"correlation": {},
"execution": {
"process_id": 1832,
"thread_id": 600
},
"channel": "System",
"computer": "WIN-TKC15D7KHUR",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_EVENT_LOCALCLOCK_UNSET",
"TimeDifferenceMilliseconds": 5000,
"TimeSampleSeconds": 900
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 51 — Time Provider NtpClient: The time sample received from peer Peer differs from the local time by TimeDifferenceSeconds seconds.
Description
Time Provider NtpClient: The time sample received from peer Peer differs from the local time by TimeDifferenceSeconds seconds. The observed transmission delay from the server was TransmissionDelayMilliseconds milliseconds.
Message #
Fields #
| Name | Description |
|---|---|
Peer UnicodeString | — |
TimeDifferenceSeconds UnicodeString | — |
TransmissionDelayMilliseconds UInt32 | — |
Event ID 52 — The time service has set the time with offset Name seconds.
#Description
The time service has set the time with offset Name seconds.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
TimeOffsetSeconds Int64 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 52,
"version": 0,
"level": 3,
"task": 0,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2022-04-07T08:10:56.758456+00:00",
"event_record_id": 484,
"correlation": {},
"execution": {
"process_id": 1192,
"thread_id": 1252
},
"channel": "System",
"computer": "WIN-FPV0DSIC9O6",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_EVENT_TIME_JUMP_AUDIT",
"TimeOffsetSeconds": 32399
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 53 — The time provider NtpClient fails sending request to server Peer.
Event ID 54 — The time service encountered an error while refreshing its configuration in the registry and cannot start.
Event ID 129 — NtpClient was unable to set a domain peer to use as a time source because of discovery error.
Description
NtpClient was unable to set a domain peer to use as a time source because of discovery error. NtpClient will try again in RetryMinutes minutes and double the reattempt interval thereafter. The error was: ErrorMessage.
Message #
Fields #
| Name | Description |
|---|---|
ErrorMessage UnicodeString | — |
RetryMinutes UInt32 | — |
Event ID 130 — NtpClient was unable to set a domain peer to use as a time source because of failure in establishing a trust relationship between this computer and...
Event ID 131 — NtpClient was unable to set a domain peer to use as a time source because of DNS resolution error on 'DomainPeer'.
Event ID 132 — NtpClient was unable to set a domain peer to use as a time source because of duplicate error on 'DomainPeer'.
Event ID 133 — NtpClient was unable to set a domain peer to use a time source because of an unexpected error.
Description
NtpClient was unable to set a domain peer to use a time source because of an unexpected error. NtpClient will try again in RetryMinutes minutes and double the reattempt interval thereafter. The error was: ErrorMessage.
Message #
Fields #
| Name | Description |
|---|---|
ErrorMessage UnicodeString | — |
RetryMinutes UInt32 | — |
Event ID 134 — NtpClient was unable to set a manual peer to use as a time source because of DNS resolution error on 'RetryMinutes'.
#Message #
Fields #
| Name | Description |
|---|---|
Name | — |
ErrorMessage UnicodeString | — |
RetryMinutes UInt32 | — |
DomainPeer UnicodeString | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 134,
"version": 0,
"level": 3,
"task": 0,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2023-11-06T06:25:41.154964+00:00",
"event_record_id": 1685,
"correlation": {},
"execution": {
"process_id": 1644,
"thread_id": 1720
},
"channel": "System",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_EVENT_MANUAL_PEER_DNS_ERROR",
"ErrorMessage": "No such host is known. (0x80072AF9)",
"RetryMinutes": 15,
"DomainPeer": "time.windows.com,0x9"
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 135 — NtpClient was unable to set a manual peer to use as a time source because of duplicate error on 'DomainPeer'.
Event ID 136 — NtpClient was unable to set a manual peer to use as a time source because of an unexpected error.
Event ID 137 — NtpClient succeeds in resolving manual peer Name after a previous failure.
#Description
NtpClient succeeds in resolving manual peer Name after a previous failure.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
ManualPeer UnicodeString | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 137,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2023-11-06T06:25:53.213446+00:00",
"event_record_id": 1707,
"correlation": {},
"execution": {
"process_id": 1644,
"thread_id": 1744
},
"channel": "System",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_EVENT_MANUAL_PEER_SUCCESS_ERROR",
"ManualPeer": "time.windows.com,0x9"
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 138 — NtpClient succeeds in resolving domain peer DomainPeer after a previous failure.
Event ID 139 — The time service has started advertising as a time source.
#Description
The time service has started advertising as a time source.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 139,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2022-04-07T16:53:20.719081+00:00",
"event_record_id": 1210,
"correlation": {},
"execution": {
"process_id": 384,
"thread_id": 2288
},
"channel": "System",
"computer": "WIN-FPV0DSIC9O6.lab.local",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_EVENT_START_ADVERTISING"
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 140 — The time service has stopped advertising as a time source because the local machine is not an Active Directory Domain Controller.
Description
The time service has stopped advertising as a time source because the local machine is not an Active Directory Domain Controller.
Message #
Event ID 141 — The time service has stopped advertising as a time source because there are no providers running.
Description
The time service has stopped advertising as a time source because there are no providers running.
Message #
Event ID 142 — The time service has stopped advertising as a time source because the local clock is not synchronized.
Description
The time service has stopped advertising as a time source because the local clock is not synchronized.
Message #
Event ID 143 — The time service has started advertising as a good time source.
#Description
The time service has started advertising as a good time source.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 143,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 9223372036854775808,
"time_created": "2022-04-07T16:53:20.719083+00:00",
"event_record_id": 1211,
"correlation": {},
"execution": {
"process_id": 384,
"thread_id": 2288
},
"channel": "System",
"computer": "WIN-FPV0DSIC9O6.lab.local",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_EVENT_START_ADVERTISING_GT"
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 144 — The time service has stopped advertising as a good time source.
Description
The time service has stopped advertising as a good time source.
Message #
Event ID 145 — The time service has stopped advertising as a time source.
Description
The time service has stopped advertising as a time source.
Message #
Event ID 146 — The RODC has received ChainingCountRequests requests in the previous ChainLoggingRate minutes.
Description
The RODC has received ChainingCountRequests requests in the previous ChainLoggingRate minutes. ChainingCountSuccess have resulted in success, and ChainingCountFailure have resulted in failure.
Message #
Fields #
| Name | Description |
|---|---|
ChainingCountRequests UInt32 | — |
ChainLoggingRate UInt32 | — |
ChainingCountSuccess UInt32 | — |
ChainingCountFailure UInt32 | — |
Event ID 147 — The time sample was rejected because: Duplicate timestamps were received from this peer.
Description
The time sample was rejected because: Duplicate timestamps were received from this peer.
Message #
Event ID 148 — The time sample was rejected because: Message was received out-of-order.
Description
The time sample was rejected because: Message was received out-of-order.
Message #
Event ID 149 — The time sample was rejected because: The peer is not synchronized, or reachability has been lost in one, or both, directions.
Message #
Event ID 150 — The time sample was rejected because: Round-trip delay too large.
Description
The time sample was rejected because: Round-trip delay too large.
Message #
Event ID 151 — The time sample was rejected because: Packet not authenticated.
Description
The time sample was rejected because: Packet not authenticated.
Message #
Event ID 152 — The time sample was rejected because: The peer is not synchronized, or it has been too long since the peer's last synchronization.
Description
The time sample was rejected because: The peer is not synchronized, or it has been too long since the peer's last synchronization.
Message #
Event ID 153 — The time sample was rejected because: The peer's stratum is less than the host's stratum.
Description
The time sample was rejected because: The peer's stratum is less than the host's stratum.
Message #
Event ID 154 — The time sample was rejected because: Packet contains unreasonable root delay or root dispersion values.
Description
The time sample was rejected because: Packet contains unreasonable root delay or root dispersion values. This may be caused by poor network conditions.
Message #
Event ID 156 — The RODC was unable to forward a time sync request from client RID ClientRID because the client's RID value is too large and the domain peer (DomainPeer) does not...
Event ID 157 — The time provider NtpServer received a request from a client using a legacy protocol format.
Event ID 158 — The time provider 'TimeProvider' has indicated that the current hardware and operating environment is not supported and has stopped.
Event ID 159 — W32time is unable to communicate with Netlogon Service.
Event ID 257 — W32time service has started at Name (UTC), System Tick Count CurrentTime(UTC).
#Description
W32time service has started at Name (UTC), System Tick Count CurrentTime(UTC).
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
CurrentTime(UTC) UnicodeString | — |
TickCount UInt64 | — |
Configuration UnicodeString | — |
TimeProviders UnicodeString | — |
ClockRate UInt64 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 257,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 4611686018427387904,
"time_created": "2023-11-06T06:25:38.783993+00:00",
"event_record_id": 13,
"correlation": {},
"execution": {
"process_id": 1644,
"thread_id": 1684
},
"channel": "Microsoft-Windows-Time-Service/Operational",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_OPS_STARTUP",
"CurrentTime(UTC)": "2023-11-06T06:25:38.783Z",
"TickCount": 63156,
"Configuration": "EventLogFlags: 2 (Local)\nAnnounceFlags: 10 (Local)\nTimeJumpAuditOffset: 28800 (Local)\nMinPollInterval: 10 (Local)\nMaxPollInterval: 15 (Local)\nMaxNegPhaseCorrection: 54000 (Local)\nMaxPosPhaseCorrection: 54000 (Local)\nMaxAllowedPhaseOffset: 1 (Local)\n\nFrequencyCorrectRate: 4 (Local)\nPollAdjustFactor: 5 (Local)\nLargePhaseOffset: 50000000 (Local)\nSpikeWatchPeriod: 900 (Local)\nLocalClockDispersion: 10 (Local)\nHoldPeriod: 5 (Local)\nPhaseCorrectRate: 1 (Local)\nUpdateInterval: 360000 (Local)\n\nFileLogName: (Undefined or not used)\nFileLogEntries: (Undefined or not used)\nFileLogSize: 0 (Undefined or not used)\nFileLogFlags: 0 (Undefined or not used)\n\nUtilizeSslTimeData: 1 (Local)\n\n[Leap Seconds]\nEnabled: 1 (Local)\nTotal Leap Seconds (after June 2018): 0 (Local)\nCurrent UTC offset: 0 (Local)\n",
"TimeProviders": "NtpClient (Local)\nDllName: C:\\Windows\\system32\\w32time.dll (Local)\nEnabled: 1 (Local)\nInputProvider: 1 (Local)\nCrossSiteSyncFlags: 0 (Undefined or not used)\nAllowNonstandardModeCombinations: 1 (Local)\nResolvePeerBackoffMinutes: 15 (Local)\nResolvePeerBackoffMaxTimes: 7 (Local)\nCompatibilityFlags: 2147483648 (Local)\nEventLogFlags: 1 (Local)\nLargeSampleSkew: 3 (Local)\nSpecialPollInterval: 32768 (Local)\nType: NTP (Local)\nNtpServer: time.windows.com,0x9 (Local)\n\nVMICTimeProvider (Local)\nDllName: C:\\Windows\\System32\\vmictimeprovider.dll (Local)\nEnabled: 1 (Local)\nInputProvider: 1 (Local)\n\nNtpServer (Local)\nDllName: C:\\Windows\\system32\\w32time.dll (Local)\nEnabled: 0 (Local)\nInputProvider: 0 (Local)\n\n\n",
"ClockRate": 156250
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 258 — W32time service is stopping at Name (UTC), System Tick Count CurrentTime(UTC) with return code: TickCount For more information, see https://go.
#Description
W32time service is stopping at Name (UTC), System Tick Count CurrentTime(UTC) with return code: TickCount.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
CurrentTime(UTC) UnicodeString | — |
TickCount UInt64 | — |
ErrorMessage UnicodeString | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 258,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 4611686018427387904,
"time_created": "2023-11-05T22:26:57.771292+00:00",
"event_record_id": 23,
"correlation": {},
"execution": {
"process_id": 1644,
"thread_id": 1716
},
"channel": "Microsoft-Windows-Time-Service/Operational",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_OPS_SHUTDOWN",
"CurrentTime(UTC)": "2023-11-05T22:26:57.771Z",
"TickCount": 117000,
"ErrorMessage": "0x00000000: Success."
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 259 — NTP Client provider periodic status.
#Description
NTP Client provider periodic status.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
AllNtpServers UnicodeString | — |
ChosenReferenceNtpServer UnicodeString | — |
TickCount UInt64 | — |
IFTSTMP UInt32 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 259,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 4611686018427387904,
"time_created": "2022-04-07T17:04:16.813693+00:00",
"event_record_id": 57,
"correlation": {},
"execution": {
"process_id": 384,
"thread_id": 4252
},
"channel": "Microsoft-Windows-Time-Service/Operational",
"computer": "WIN-FPV0DSIC9O6.lab.local",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_OPS_NTP_CLIENT_TIME_SOURCES",
"AllNtpServers": ";",
"ChosenReferenceNtpServer": "",
"TickCount": 703843,
"IFTSTMP": 1
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 260 — W32time Service periodic configuration and status message.
#Description
W32time Service periodic configuration and status message.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
Configuration UnicodeString | — |
TimeProviders UnicodeString | — |
LeapIndicator UInt64 | — |
Stratum UInt64 | — |
Precision UnicodeString | — |
RootDelay UnicodeString | — |
RootDispersion UnicodeString | — |
ReferenceId UnicodeString | — |
LastSuccessfulSyncTime UnicodeString | — |
Source UnicodeString | — |
PollInterval UInt64 | — |
PhaseOffset UnicodeString | — |
ClockRate UInt64 | — |
StateMachine UInt64 | — |
TimeSourceFlags UInt64 | — |
ServerRole UInt64 | — |
LastSyncError UInt64 | — |
TimeSinceLastGoodSync UnicodeString | — |
TickCount UInt64 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 260,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 4611686018427387904,
"time_created": "2022-04-07T17:03:12.815732+00:00",
"event_record_id": 56,
"correlation": {},
"execution": {
"process_id": 384,
"thread_id": 4252
},
"channel": "Microsoft-Windows-Time-Service/Operational",
"computer": "WIN-FPV0DSIC9O6.lab.local",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_OPS_PERIODIC_CONFIG_STATUS",
"Configuration": "EventLogFlags: 2 (Local)\nAnnounceFlags: 10 (Local)\nTimeJumpAuditOffset: 28800 (Local)\nMinPollInterval: 6 (Local)\nMaxPollInterval: 10 (Local)\nMaxNegPhaseCorrection: 172800 (Local)\nMaxPosPhaseCorrection: 172800 (Local)\nMaxAllowedPhaseOffset: 300 (Local)\n\nFrequencyCorrectRate: 4 (Local)\nPollAdjustFactor: 5 (Local)\nLargePhaseOffset: 50000000 (Local)\nSpikeWatchPeriod: 900 (Local)\nLocalClockDispersion: 10 (Local)\nHoldPeriod: 5 (Local)\nPhaseCorrectRate: 7 (Local)\nUpdateInterval: 100 (Local)\n\nFileLogName: (Undefined or not used)\nFileLogEntries: (Undefined or not used)\nFileLogSize: 0 (Undefined or not used)\nFileLogFlags: 0 (Undefined or not used)\n\nUtilizeSslTimeData: 1 (Local)\n\n[Leap Seconds]\nEnabled: 1 (Local)\nTotal Leap Seconds (after June 2018): 0 (Local)\nCurrent UTC offset: 0 (Local)\n",
"TimeProviders": "NtpClient (Local)\nDllName: C:\\Windows\\system32\\w32time.dll (Local)\nEnabled: 1 (Local)\nInputProvider: 1 (Local)\nCrossSiteSyncFlags: 2 (Local)\nAllowNonstandardModeCombinations: 1 (Local)\nResolvePeerBackoffMinutes: 15 (Local)\nResolvePeerBackoffMaxTimes: 7 (Local)\nCompatibilityFlags: 2147483648 (Local)\nEventLogFlags: 1 (Local)\nLargeSampleSkew: 3 (Local)\nSpecialPollInterval: 1024 (Local)\nType: NT5DS (Local)\nNtpServer: (Undefined or not used)\n\nNtpServer (Local)\nDllName: C:\\Windows\\system32\\w32time.dll (Local)\nEnabled: 1 (Local)\nInputProvider: 0 (Local)\nAllowNonstandardModeCombinations: 1 (Local)\nEventLogFlags: 0 (Undefined or not used)\n\nVMICTimeProvider (Local)\nDllName: C:\\Windows\\System32\\vmictimeprovider.dll (Local)\nEnabled: 1 (Local)\nInputProvider: 1 (Local)\n\n\n",
"LeapIndicator": 0,
"Stratum": 1,
"Precision": "-23",
"RootDelay": "0.0000000s",
"RootDispersion": "10.0000000s",
"ReferenceId": "0x4C4F434C",
"LastSuccessfulSyncTime": "2022-04-07T16:53:20.718Z",
"Source": "Local CMOS Clock",
"PollInterval": 6,
"PhaseOffset": "0.0000000s",
"ClockRate": 156250,
"StateMachine": 0,
"TimeSourceFlags": 0,
"ServerRole": 576,
"LastSyncError": 1,
"TimeSinceLastGoodSync": "592.0843097s",
"TickCount": 639843
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 261 — W32time service has set the system time to Name(UTC).
#Description
W32time service has set the system time to Name(UTC). Previous system time was NewTime(UTC). System Tick Count: OldTime.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
NewTime UnicodeString | — |
OldTime UnicodeString | — |
TickCount UInt64 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 261,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 4611686018427387904,
"time_created": "2023-11-05T22:26:57.710703+00:00",
"event_record_id": 22,
"correlation": {},
"execution": {
"process_id": 1644,
"thread_id": 1728
},
"channel": "Microsoft-Windows-Time-Service/Operational",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_OPS_SET_TIME",
"NewTime": "2023-11-05T22:26:57.709Z",
"OldTime": "2023-11-05T22:26:57.701Z",
"TickCount": 116937
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 262 — W32time service has adjusted the system clock rate by Name PPM and the new nominal clock rate is AdjustmentPPM.
#Description
W32time service has adjusted the system clock rate by Name PPM and the new nominal clock rate is AdjustmentPPM. Previous nominal clock rate was NewClockRate. System Tick Count: OldClockRate.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
AdjustmentPPM UnicodeString | — |
NewClockRate UInt64 | — |
OldClockRate UInt64 | — |
TickCount UInt64 | — |
MinReportedAdjustmentPPM UnicodeString | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 262,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 4611686018427387904,
"time_created": "2022-04-04T14:09:39.947633+00:00",
"event_record_id": 3168,
"correlation": {},
"execution": {
"process_id": 1776,
"thread_id": 1188
},
"channel": "Microsoft-Windows-Time-Service/Operational",
"computer": "WIN-TKC15D7KHUR",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_OPS_SET_TIME_ADJUSTMENT",
"AdjustmentPPM": "-832.90002",
"NewClockRate": 156380,
"OldClockRate": 156388,
"TickCount": 3494593,
"MinReportedAdjustmentPPM": "800.00000"
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 263 — W32time Service configuration parameters have been updated.
#Description
W32time Service configuration parameters have been updated. This may impact the fine-grained time synchronization accuracy.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
Configuration UnicodeString | — |
TimeProviders UnicodeString | — |
TickCount UInt64 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 263,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 4611686018427387904,
"time_created": "2022-04-07T17:34:38.180039+00:00",
"event_record_id": 65,
"correlation": {},
"execution": {
"process_id": 384,
"thread_id": 1120
},
"channel": "Microsoft-Windows-Time-Service/Operational",
"computer": "WIN-FPV0DSIC9O6.lab.local",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_OPS_SERVICE_PARAM_CHANGE",
"Configuration": "EventLogFlags: 2 (Local)\nAnnounceFlags: 10 (Local)\nTimeJumpAuditOffset: 28800 (Local)\nMinPollInterval: 6 (Local)\nMaxPollInterval: 10 (Local)\nMaxNegPhaseCorrection: 172800 (Local)\nMaxPosPhaseCorrection: 172800 (Local)\nMaxAllowedPhaseOffset: 300 (Local)\n\nFrequencyCorrectRate: 4 (Local)\nPollAdjustFactor: 5 (Local)\nLargePhaseOffset: 50000000 (Local)\nSpikeWatchPeriod: 900 (Local)\nLocalClockDispersion: 10 (Local)\nHoldPeriod: 5 (Local)\nPhaseCorrectRate: 7 (Local)\nUpdateInterval: 100 (Local)\n\nFileLogName: (Undefined or not used)\nFileLogEntries: (Undefined or not used)\nFileLogSize: 0 (Undefined or not used)\nFileLogFlags: 0 (Undefined or not used)\n\nUtilizeSslTimeData: 1 (Local)\n\n[Leap Seconds]\nEnabled: 1 (Local)\nTotal Leap Seconds (after June 2018): 0 (Local)\nCurrent UTC offset: 0 (Local)\n",
"TimeProviders": "NtpClient (Local)\nDllName: C:\\Windows\\system32\\w32time.dll (Local)\nEnabled: 1 (Local)\nInputProvider: 1 (Local)\nCrossSiteSyncFlags: 2 (Local)\nAllowNonstandardModeCombinations: 1 (Local)\nResolvePeerBackoffMinutes: 15 (Local)\nResolvePeerBackoffMaxTimes: 7 (Local)\nCompatibilityFlags: 2147483648 (Local)\nEventLogFlags: 1 (Local)\nLargeSampleSkew: 3 (Local)\nSpecialPollInterval: 1024 (Local)\nType: NT5DS (Local)\nNtpServer: (Undefined or not used)\n\nNtpServer (Local)\nDllName: C:\\Windows\\system32\\w32time.dll (Local)\nEnabled: 1 (Local)\nInputProvider: 0 (Local)\nAllowNonstandardModeCombinations: 1 (Local)\nEventLogFlags: 0 (Undefined or not used)\n\nVMICTimeProvider (Local)\nDllName: C:\\Windows\\System32\\vmictimeprovider.dll (Local)\nEnabled: 1 (Local)\nInputProvider: 1 (Local)\n\n\n",
"TickCount": 2525203
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 264 — NTP Client observed a change peer reachability.
#Description
NTP Client observed a change peer reachability. Ntp Client is now receiving time data from the following NTP Servers: Name. System Tick Count: AllNtpServers.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
AllNtpServers UnicodeString | — |
TickCount UInt64 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 264,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 4611686018427387904,
"time_created": "2023-11-06T06:25:53.238115+00:00",
"event_record_id": 16,
"correlation": {},
"execution": {
"process_id": 1644,
"thread_id": 1744
},
"channel": "Microsoft-Windows-Time-Service/Operational",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_OPS_NTP_CLIENT_TIME_SOURCES_CHANGE",
"AllNtpServers": "time.windows.com,0x9 (ntp.m|0x9|0.0.0.0:123->40.119.148.38:123);",
"TickCount": 77640
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 265 — The time service is now synchronizing the system time with the reference time source Name with reference id TimeSource.
#Description
The time service is now synchronizing the system time with the reference time source Name with reference id TimeSource. Current local stratum number is TimeSourceRefId, System Tick Count: LocalStratumNumber.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
TimeSource UnicodeString | — |
TimeSourceRefId UnicodeString | — |
LocalStratumNumber UInt32 | — |
TickCount UInt64 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 265,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 4611686018427387904,
"time_created": "2023-11-05T22:26:18.430549+00:00",
"event_record_id": 19,
"correlation": {},
"execution": {
"process_id": 1644,
"thread_id": 1720
},
"channel": "Microsoft-Windows-Time-Service/Operational",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_OPS_TIME_SOURCE_REFERENCE",
"TimeSource": "time.windows.com,0x9 (ntp.m|0x9|0.0.0.0:123->40.119.148.38:123)",
"TimeSourceRefId": "0x28779426",
"LocalStratumNumber": 4,
"TickCount": 77656
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 266 — W32time Service received notification to rediscover its time sources and/or resynchronize time.
#Description
W32time Service received notification to rediscover its time sources and/or resynchronize time. Reason Code:Name System Tick Count: ReasonCode.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
ReasonCode UInt64 | — |
TickCount UInt64 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 266,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 4611686018427387904,
"time_created": "2023-11-06T06:25:53.076531+00:00",
"event_record_id": 15,
"correlation": {},
"execution": {
"process_id": 1644,
"thread_id": 1716
},
"channel": "Microsoft-Windows-Time-Service/Operational",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_OPS_TIME_RESYNC_EVENT",
"ReasonCode": 0,
"TickCount": 77484
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 267 — NTP provider is receiving timestamps from the network stack.
Event ID 268 — NTP provider is not receiving any timestamps from the network stack, which may result in lowered time sync accuracy.
Event ID 272 — Leap second configuration.
#Description
Leap second configuration.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
Enabled UInt32 | — |
LeapSecondCount UInt32 | — |
CurrentUtcOffset Int32 | — |
RuntimeStateAndSettingsConsistent UInt32 | — |
NewestLeapSecondsList UnicodeString | — |
TickCount UInt64 | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 272,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 4611686018427387904,
"time_created": "2023-11-06T06:25:38.749378+00:00",
"event_record_id": 12,
"correlation": {},
"execution": {
"process_id": 1644,
"thread_id": 1684
},
"channel": "Microsoft-Windows-Time-Service/Operational",
"computer": "WinDev2310Eval",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_OPS_LEAP_SECOND_CONFIG",
"Enabled": 1,
"LeapSecondCount": 0,
"CurrentUtcOffset": 0,
"RuntimeStateAndSettingsConsistent": 1,
"NewestLeapSecondsList": "",
"TickCount": 63156
},
"message": ""
}
References #
- Example event sourced from https://github.com/NextronSystems/evtx-baseline
Event ID 273 — A leap second will be Action at UtcTime UTC (LocalTime local time).
Description
A leap second will be Action at UtcTime UTC (LocalTime local time). The local system data on this leap second matches with the data from the time provider TimeProvider.
Message #
Fields #
| Name | Description |
|---|---|
Action UnicodeString | — |
UtcTime UnicodeString | — |
LocalTime UnicodeString | — |
TimeProvider UnicodeString | — |
TickCount UInt64 | — |
Event ID 274 — The time provider TimeProvider has signaled a leap second should be Action at UtcTime UTC (LocalTime local time).
Event ID 275 — Per configuration, W32time service attempted to add a leap second UtcLeapSecondString UTC to local settings.
Event ID 276 — The local system data indicates that a leap second will be Action at UtcTime UTC (LocalTime local time).
Event ID 279 — W32time could not update the local system time data on leap seconds.
Event ID 280 — Error RpcEndPointError registering an RPC endpoint.
Event ID 281 — The local system clock requires a frequency correction of approximately Name parts per million (PPM).
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
LastFrequencyErrorPPM UnicodeString | — |
AvgFrequencyErrorPPM UnicodeString | — |
AvgFreqDurationMins UInt32 | — |
LastDailyDriftSeconds UnicodeString | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 281,
"version": 0,
"level": 4,
"task": 0,
"opcode": 0,
"keywords": 4611686018427387904,
"time_created": "2026-02-28T00:49:06.155447+00:00",
"event_record_id": 1585,
"correlation": {},
"execution": {
"process_id": 1804,
"thread_id": 2036
},
"channel": "Microsoft-Windows-Time-Service/Operational",
"computer": "LAB-DC01.ludus.domain",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_OPS_CLOCK_ACCURACY_INFO",
"LastFrequencyErrorPPM": "-0.20000",
"AvgFrequencyErrorPPM": "-2.70000",
"AvgFreqDurationMins": 480,
"LastDailyDriftSeconds": "-0.01728"
},
"message": ""
}
Event ID 282 — The local system clock required an average frequency correction of Name parts per million (PPM) over the past AvgFrequencyErrorPPM minutes.
Message #
Fields #
| Name | Description |
|---|---|
Name | — |
AvgFrequencyErrorPPM UnicodeString | — |
AvgFreqDurationMins UInt32 | — |
AvgDailyDriftSeconds UnicodeString | — |
Example Event #
{
"system": {
"provider": "Microsoft-Windows-Time-Service",
"guid": "06EDCFEB-0FD0-4E53-ACCA-A6F8BBF81BCB",
"event_source_name": "",
"event_id": 282,
"version": 0,
"level": 3,
"task": 0,
"opcode": 0,
"keywords": 4611686018427387904,
"time_created": "2026-03-08T05:09:49.043069+00:00",
"event_record_id": 1885,
"correlation": {},
"execution": {
"process_id": 1496,
"thread_id": 5092
},
"channel": "Microsoft-Windows-Time-Service/Operational",
"computer": "LAB-DC01.ludus.domain",
"security": {
"user_id": "S-1-5-19"
}
},
"event_data": {
"Name": "TMP_OPS_CLOCK_ACCURACY_WARN",
"AvgFrequencyErrorPPM": "-78.70000",
"AvgFreqDurationMins": 474,
"AvgDailyDriftSeconds": "-6.79968"
},
"message": ""
}
Event ID 283 — Inconsistent timekeeping or a time jump has been detected.
Event ID 284 — Secure time message: SecureTimeMsg.
Event ID 1113194499 — The time provider '{TimeProvider}' logged the following message: {ErrorMessage}.
Event ID 1113194531 — The time service is now synchronizing the system time with the time source {TimeSource}.
Event ID 1113194533 — The time provider NtpClient is currently receiving valid time data from {TimeSource}.
Event ID 1113194534 — The time provider NtpClient has not received response from server {TimeSource}.
Event ID 1113194549 — The time provider NtpClient fails sending request to server {Peer}.
Event ID 1113194633 — NtpClient succeeds in resolving manual peer {ManualPeer} after a previous failure.
Event ID 1113194634 — NtpClient succeeds in resolving domain peer {DomainPeer} after a previous failure.
Event ID 1113194635 — The time service has started advertising as a time source.
Description
The time service has started advertising as a time source.
Message #
Event ID 1113194639 — The time service has started advertising as a good time source.
Description
The time service has started advertising as a good time source.
Message #
Event ID 2186936322 — The time provider '{TimeProvider}' logged the following warning: {ErrorMessage}.
Event ID 2186936326 — The time service encountered an error while reading its configuration from the registry; and will continue running with its previous configuration.
Event ID 2186936327 — The time provider '{TimeProvider}' returned an error while updating its configuration.
Event ID 2186936328 — The time provider '{TimeProvider}' returned an error when notified of a polling interval change.
Event ID 2186936329 — The time provider '{TimeProvider}' returned an error when notified of a time jump.
Event ID 2186936330 — The time provider '{TimeProvider}' returned an error when asked for time samples.
Event ID 2186936332 — Time Provider NtpClient: This machine is configured to use the domain hierarchy to determine its time source; but it is the AD PDC emulator for the...
Message #
Event ID 2186936334 — The time provider NtpClient was unable to find a domain controller to use as a time source.
Event ID 2186936336 — Time Provider NtpClient: An unexpected error occurred during DNS lookup of the manually configured peer '{ManualPeer}'.
Event ID 2186936337 — Time Provider NtpClient: An error occurred during DNS lookup of the manually configured peer '{ManualPeer}'.
Event ID 2186936338 — The time provider NtpClient failed to establish a trust relationship between this computer and the {Domain} domain in order to securely synchronize...
Event ID 2186936342 — The time provider NtpServer encountered an error while digitally signing the NTP response for peer {Peer}.
Event ID 2186936343 — The time provider NtpServer encountered an error while digitally signing the NTP response for symmetric peer {Peer}.
Event ID 2186936344 — Time Provider NtpClient: No valid response has been received from domain controller {DomainPeer} after 8 attempts to contact it.
Event ID 2186936345 — The time provider NtpClient cannot determine whether the response received from {DomainPeer} has a valid signature.
Event ID 2186936346 — Time Provider NtpClient: The response received from domain controller {DomainPeer} has a bad signature.
Event ID 2186936347 — Time Provider NtpClient: The response received from domain controller {DomainPeer} is missing the signature.
Event ID 2186936351 — The time service discovered that the system time zone information was corrupted.
Message #
Event ID 2186936353 — The time service has jumped the local system clock by {SystemTimeChangeSeconds} seconds.
Event ID 2186936356 — The time service has not synchronized the system time for {UnsynchronizedTimeSeconds} seconds because none of the time service providers provided a...
Event ID 2186936359 — The time service is unable to register for network configuration change events.
Message #
Event ID 2186936360 — The time provider '{TimeProvider}' was stopped with error {ErrorMessage}.
Event ID 2186936363 — The time provider '{TimeProvider}' returned an error when notified of a network configuration change.
Event ID 2186936367 — Time Provider NtpClient: No valid response has been received from manually configured peer {ManualPeer} after 8 attempts to contact it.
Event ID 2186936368 — Time Provider NtpClient: An error occurred during DNS lookup of the manually configured peer '{ManualPeer}'.
Event ID 2186936369 — The time provider NtpClient was unable to find a domain controller to use as a time source.
Event ID 2186936370 — The time service detected a time difference of greater than {TimeDifferenceMilliseconds} milliseconds for {TimeSampleSeconds} seconds.
Event ID 2186936371 — Time Provider NtpClient: The time sample received from peer {Peer} differs from the local time by {TimeDifferenceSeconds} seconds.
Event ID 2186936372 — The time service has set the time with offset {TimeOffsetSeconds} seconds.
Event ID 2186936449 — NtpClient was unable to set a domain peer to use as a time source because of discovery error.
Event ID 2186936450 — NtpClient was unable to set a domain peer to use as a time source because of failure in establishing a trust relationship between this computer and...
Event ID 2186936451 — NtpClient was unable to set a domain peer to use as a time source because of DNS resolution error on '{DomainPeer}'.
Event ID 2186936452 — NtpClient was unable to set a domain peer to use as a time source because of duplicate error on '{DomainPeer}'.
Event ID 2186936453 — NtpClient was unable to set a domain peer to use a time source because of an unexpected error.
Event ID 2186936454 — NtpClient was unable to set a manual peer to use as a time source because of DNS resolution error on '{DomainPeer}'.
Event ID 2186936455 — NtpClient was unable to set a manual peer to use as a time source because of duplicate error on '{DomainPeer}'.
Event ID 2186936456 — NtpClient was unable to set a manual peer to use as a time source because of an unexpected error.
Event ID 3260678145 — The time provider '{TimeProvider}' logged the following error: {ErrorMessage}.
Event ID 3260678148 — The time provider '{TimeProvider}' failed to start due to the following error: {ErrorMessage}.
Event ID 3260678149 — The time provider '{TimeProvider}' returned the following error during shutdown: {ErrorMessage}.
Event ID 3260678155 — Time Provider NtpClient: This machine is configured to use the domain hierarchy to determine its time source; but it is not a member of a domain.
Message #
Event ID 3260678157 — Time Provider NtpClient: This machine is configured to use the domain hierarchy to determine its time source; but the computer is joined to a Windo...
Message #
Event ID 3260678159 — The time provider NtpClient was unable to find a domain controller to use as a time source.
Event ID 3260678163 — Logging was requested; but the time service encountered an error while trying to set up the log file: {LogFile}.
Event ID 3260678164 — Logging was requested; but the time service encountered an error while trying to write to the log file: {LogFile}.
Event ID 3260678165 — The time service is configured to use one or more input providers; however; none of the input providers are available.
Description
The time service is configured to use one or more input providers; however; none of the input providers are available. The time service has no source of accurate time.
Message #
Event ID 3260678172 — The time provider NtpClient is configured to acquire time from one or more time sources; however none of the sources are accessible.
Description
The time provider NtpClient is configured to acquire time from one or more time sources; however none of the sources are accessible. NtpClient has no source of accurate time.
Message #
Event ID 3260678173 — The time provider NtpClient is configured to acquire time from one or more time sources; however none of the sources are currently accessible.
Event ID 3260678174 — The time service encountered an error while reading its configuration from the registry and cannot start.
Event ID 3260678176 — The time service discovered that the system time zone information was corrupted.
Event ID 3260678178 — The time service has detected that the system time needs to be changed by {SystemTimeChangeSeconds} seconds.
Event ID 3260678185 — The time service has been configured to use one or more input providers; however; none of the input providers are still running.
Description
The time service has been configured to use one or more input providers; however; none of the input providers are still running. The time service has no source of accurate time.
Message #
Event ID 3260678186 — The time service attempted to create a named event which was already opened.
Description
The time service attempted to create a named event which was already opened. This could be the result of an attempt to compromise your system's security.
Message #
Event ID 3260678188 — The time provider NtpClient encountered an error and was forced to shut down.
Event ID 3260678189 — The time provider NtpServer encountered an error and was forced to shut down.
Event ID 3260678190 — The time service encountered an error and was forced to shut down.
Event ID 3260678198 — The time service encountered an error while refreshing its configuration in the registry and cannot start.
Event ID 3260678284 — The time service has stopped advertising as a time source because the local machine is not an Active Directory Domain Controller.
Description
The time service has stopped advertising as a time source because the local machine is not an Active Directory Domain Controller.
Message #
Event ID 3260678285 — The time service has stopped advertising as a time source because there are no providers running.
Description
The time service has stopped advertising as a time source because there are no providers running.
Message #
Event ID 3260678286 — The time service has stopped advertising as a time source because the local clock is not synchronized.
Description
The time service has stopped advertising as a time source because the local clock is not synchronized.
Message #
Event ID 3260678288 — The time service has stopped advertising as a good time source.
Description
The time service has stopped advertising as a good time source.
Message #
Event ID 3260678289 — The time service has stopped advertising as a time source.
Description
The time service has stopped advertising as a time source.