Medium Operating Systems ✓ Solution Verified by Community (0+ upvotes)

How to fix error rpc-s-unknown-authn-type in Windows 11

RPC_S_UNKNOWN_AUTHN_TYPE = 1741

65% success rate
👥 0+ users verified
📅 Updated: 2026-08-12
⏱️ 15 min read
Fix based on community reports and expert analysis. Last verified: 2026-08-12 · How we verify fixes
Error Coderpc-s-unknown-authn-type
Affected SystemWindows 11 (Microsoft)
DifficultyMedium
Estimated Time15 min
Requires Admin Rights⚠️ Yes
Requires Reboot🔄 Yes

Solution Steps

  1. 1 Press Windows key + R, type 'regedit' and press Enter. This opens the Registry Editor. We need to adjust RPC authentication settings.
  2. 2 Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc. If the 'Rpc' key doesn't exist, right-click on 'Microsoft', select 'New' → 'Key', and name it 'Rpc'.
  3. 3 Inside the Rpc key, look for a DWORD value named 'AuthenticationType'. If it doesn't exist, right-click on the right pane, select 'New' → 'DWORD (32-bit) Value', and name it 'AuthenticationType'.
  4. 4 Double-click 'AuthenticationType' and set its value to 1 (which means 'Negotiate' or 'NTLM' depending on context). The exact value depends on your server's requirements. Common values: 0 = None, 1 = NTLM, 2 = Kerberos, 3 = Negotiate. Set it to 3 for most compatibility.
  5. 5 Click 'OK' and close the Registry Editor. Restart your computer to apply the changes.
  6. 6 If the error occurs in a specific application, check its documentation for the required authentication type and set the registry value accordingly.

🔍 Didn't work? Enter your GPU and CPU for hardware-specific advice:

🔧 Still having issues?

Describe your exact problem to Error Buddy and get a personalized fix in seconds.

🛠️ Try Error Buddy — It's Free