> For the complete documentation index, see [llms.txt](https://docs.higiocloud.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.higiocloud.vn/compute/1.-working-with-vm/safely-remove-disk-in-windows-os.md).

# Safely remove Disk in Windows OS

## <mark style="color:green;">**Overview**</mark> <a href="#overview" id="overview"></a>

* Bring disk to Offline in Windows OS.
* Confirm that the disk’s status = is *offline* in Windows OS and provide disk information to the support team (they will support the infrastructure side).
* Validate again on Windows OS.

## <mark style="color:green;">**Procedure**</mark> <a href="#procedure" id="procedure"></a>

{% stepper %}
{% step %}
**Step 1:** Log on to Windows and open Disk Management.

Right-click on the **Windows** menu > **Run**.

![](/files/mHK1OU3CwwAeoNHcP6BW)

![](/files/T5S1hAi47Sr6XRthXXnS)<br>
{% endstep %}

{% step %}
**Step 2:** On Disk Management:

Right-click the disk name > **Offline**

<figure><img src="/files/8sx0cR4OcJI7Dbn1zhvM" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Step 3:** Validate disk status:

**Disk status** = *Offline,* and it will disappear on the volume table.

<figure><img src="/files/MBChlGosxrwGNzHdL7ej" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}

#### **Confirm that the disk’s status = offline in Windows OS and provide disk information to the support team (they will support on the infrastructure side).** <a href="#confirm-that-the-disks-status-offline-in-windows-os-and-provide-disk-information-to-the-support-team" id="confirm-that-the-disks-status-offline-in-windows-os-and-provide-disk-information-to-the-support-team"></a>

{% endhint %}

Please provide disk information:

* **Disk size:**
* **Disk ID** (follow as below):

*\*\*\* Check Disk ID via Disk Management:*

Right-click the disk name > **Properties**

<figure><img src="/files/R5iQ2x1sGphG20MTV8yd" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}

#### **Validate again in Windows OS:** <a href="#validate-again-in-windows-os" id="validate-again-in-windows-os"></a>

{% endhint %}

* Once the support team has completed the infrastructure side.
* Please log on to Windows OS and confirm that the disk has been removed. No disk offline status is shown on Disk Management.
  {% endstep %}
  {% endstepper %}


---

# 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.higiocloud.vn/compute/1.-working-with-vm/safely-remove-disk-in-windows-os.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.
