KERBEROS LOCAL KEY DISTRIBUTION CENTER START PENDING ...

Karel Grulich 0 Reputation points
2025-02-12T23:49:25.8433333+00:00

Hello,

I have built three brand new Windows 2025 Servers with the latest updates.

On all three of them I see that the service KERBEROS LOCAL KEY DISTRIBUTION CENTER START PENDING but it never turns into the RUNNING STATE. If I try to manually start the service, all the options are greyed out.

I'm not sure if this is just a glitch the service showing as starting but it is actually running as I don't notice any issues with the server etc. but maybe there is something wrong. I'm just worried that once I remove my old Windows 2019 server where all the services are running fine, that I could start having issues with user authentication or similar.

Screenshot (636)

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Zunhui Han 3,810 Reputation points Microsoft External Staff
    2025-03-06T02:37:44.88+00:00

    Hello,

    Please check the following configuration:

    Check service dependencies: Use the Service Manager to view the dependencies of the Kerberos KDC service and ensure that all dependent services are running.

    Run the System File Checker: Run the Command Prompt as an administrator and enter the command "sfc /scannow" to scan and repair any damaged system files.

    Check and fix permission issues: Ensure that the current user account has sufficient permissions to start and manage the Kerberos KDC service. You can try logging in as an administrator and attempting to start the service again.

    Clear cache files: Try deleting the cache files of Server Manager. The paths may include C:\Users\username\AppData\Roaming\Microsoft\Windows\ServerManager\Cache and C:\Windows\Temp\ServerManager.exe (Note: Please back up important data before deletion).

    View the Event Viewer: Check the error logs related to the Kerberos KDC service in the Windows Event Viewer, which may provide more clues about the root cause of the problem.

    I hope the information above is helpful.

    Best regards

    Zunhui

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

  2. Karel Grulich 0 Reputation points
    2025-03-13T18:06:26.7166667+00:00

    I have checked my Windows server 2019 vs the Windows server 2025 and this is what I found:

    On the Windows server 2025, after promoting to a Domain Controller, two services exist:

    1. Kerberos Key Distribution Center - RUNNING - set to start AUTOMATICALLY
    2. Kerberos Local Key Distribution Center - STARTING - set to start AUTOMATICALLY

    However, this Local Key service will never start and will show up as error under Server manager.

    On the Windows server 2019, after promoting to a Domain Controller, only one service exists:

    1. Kerberos Key Distribution Center - RUNNING - set to start AUTOMATICALLY

    So, what I believe is that during the promotion process on the Windows server 2025, the Kerberos Local Key Distribution Center Service was supposed to be removed, but it wasn't as I'm suspecting this to be a glitch on the new Windows server 2025. When I set the Kerberos Local Key Distribution Center Service to MANUAL start, all the errors disappear as the service will not attempt to start automatically anymore, and I can still log on to the machine using local or domain accounts.

    If I'm correct, I would hope MS can fix this with their updates, but it's been 2 months and it hasn't been fixed.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.