# How to Delete an Uncategorized Category in WordPress

You cannot remove the *Uncategorized* category, but you can rename it.

* Log in to the **WordPress dashboard**.
* From the **Dashboard** menu, go to **Posts** and click on **Categories**.

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

* Hover your mouse over the **Uncategorized** option and click on **Quick Edit**.

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

* Change its **name** and **slug**, then confirm with **Update Category**.

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

{% hint style="info" %}
Renaming *Uncategorized* helps keep your blog organized, as all uncategorized posts are assigned to this default category.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.clouduxe.com/wordpress/how-to-delete-an-uncategorized-category-in-wordpress.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
