> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/pd-ag/parallels-desktop-licensing-guide/managing-subscriptions-licences-and-seats/deactivating-parallels-desktop-on-a-computer.md).

# Deactivating Parallels Desktop on a Computer

You may need to deactivate a Parallels Desktop license if you have a limited number of license seats and need to transfer/reactivate a Parallels Desktop setup to a new machine, e.g., when upgrading.

To deactivate Parallels Desktop on a computer and to release the license that it's using, navigate to **Dashboard** > **Registered computers** (the link can be found on the product card for your Parallels Desktop Business or Enterprise Edition), then tick the checkbox of the computer where you wish to deactivate the license, and use the Actions menu in the top-right corner to click **Deactivate**.

To view the list of deactivated computers, in the main computer list, expand the **Computers** drop-down menu and choose **Deactivated**. After that, such computers will be listed as `Deactivated` and can be reactivated by using the **Reactivate** option.

{% hint style="warning" %}
**Note:** Parallels Desktop Business/Enterprise Edition will continue to run on the affected computer until the computer checks in with the Parallels Licensing Server. This could be anywhere from a few minutes to seven days. If you have access to the computer, you can deactivate the license on it immediately by logging in to it and executing `prlsrvctl update-license` in Terminal.\
\
Alternatively, you can execute the `prlsrvctl deactivate-license` command on a Mac computer. This will deactivate the license and will update the license status in Parallels My Account automatically.
{% endhint %}


---

# 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.parallels.com/landing/pd-ag/parallels-desktop-licensing-guide/managing-subscriptions-licences-and-seats/deactivating-parallels-desktop-on-a-computer.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.
