> For the complete documentation index, see [llms.txt](https://docs.closetware.store/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.closetware.store/guide/ancient-r6s/common-errors/disable-tpm-error.md).

# Disable TPM Error

## 🔐 How to Disable TPM in BIOS

This guide explains **step by step how to disable TPM (Trusted Platform Module)** in BIOS / UEFI.

TPM is a security feature used for things like:

* Windows 11 requirements
* BitLocker drive encryption
* Secure Boot

Sometimes it needs to be disabled for **compatibility, testing, or troubleshooting**.

***

## 📋 Before You Start

Make sure you:

* Close all applications
* Save any open work
* Restart your computer

If BitLocker is enabled:

1. Open **Control Panel**
2. Go to **BitLocker Drive Encryption**
3. Click **Suspend Protection**

***

## 🔁 Step 1: Enter BIOS / UEFI

Restart your computer.

While the system is booting, repeatedly press the **BIOS key** until the BIOS menu appears.

#### Common BIOS Keys

| Brand    | Key              |
| -------- | ---------------- |
| ASUS     | `Delete` or `F2` |
| MSI      | `Delete`         |
| Gigabyte | `Delete`         |
| ASRock   | `F2` or `Delete` |
| Dell     | `F2`             |
| HP       | `F10`            |
| Lenovo   | `F1` or `F2`     |
| Acer     | `F2`             |

***

## ⚙️ Step 2: Switch to Advanced Mode

Some motherboards open BIOS in **EZ Mode**.

Look for:

```
Advanced Mode
```

Usually accessible by pressing:

```
F7
```

This unlocks the full BIOS settings.

***

## 🔎 Step 3: Locate TPM Settings

Navigate to one of the following tabs:

* **Advanced**
* **Security**
* **Trusted Computing**
* **Peripherals**

Look for one of these options:

```
TPM Device
Security Device Support
Trusted Platform Module
AMD fTPM
Intel PTT
```

***

## 🖥 Intel Systems

If you have an **Intel CPU**, find:

```
Intel Platform Trust Technology (PTT)
```

Change the value to:

```
Disabled
```

***

## 🔴 AMD Systems

If you have an **AMD CPU**, find:

```
AMD fTPM
```

Set it to:

```
Disabled
```

***

## 💾 Step 4: Save BIOS Changes

After disabling TPM:

1. Press

```
F10
```

2. Select:

```
Save & Exit
```

3. Confirm the changes.

Your system will now reboot with **TPM disabled**.

***

## ✅ Verifying TPM is Disabled

After booting into Windows:

1. Press

```
Windows + R
```

2. Type

```
tpm.msc
```

3. Press **Enter**

If TPM is disabled, Windows will display:

```
Compatible TPM cannot be found
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.closetware.store/guide/ancient-r6s/common-errors/disable-tpm-error.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
