> For the complete documentation index, see [llms.txt](https://odoo.plutus.be/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://odoo.plutus.be/plutus-open-knowledge-hub/onderneming-runnen/financieel-beheer/coporate-finance/kapitaalvermindering.md).

# Kapitaalvermindering

## Wat is een kapitaalvermindering?

Bij een kapitaalvermindering beslis je met de aandeelhouders om het ooit ingebrachte kapitaal te gaan verminderen en terug te storten aan de aandeelhouders.

### Wanneer kan ik best een kapitaalvermindering doorvoeren?

Indien de vennootschap overtollige liquiditeiten heeft die niet echt nodig zijn in de vennootschap, dan kan het interessanter zijn om de gelden terug in uw privévermogen te krijgen.

### Hoe moet je zo'n kapitaalvermindering regelen?

De aandeelhouders moeten positief beslissen over de kapitaalvermindering, dit gebeurt via een (buitengewone) algemene vergadering. In bepaalde gevallen moet je ook langs bij de notaris, aangezien er een statutenwijziging moet gebeuren.

<table><thead><tr><th width="348">Vennootschapsvorm</th><th>Vereisten voor kapitaalvermindering</th></tr></thead><tbody><tr><td>Naamloze vennootschap (NV)</td><td><ul><li>Buitengewone algemene vergadering voor de notaris (statutenwijziging)</li><li><p>Aanwezigheid aandeelhouders vertegenwoordigt:</p><ul><li>Minstens de helft van het kapitaal</li><li>en minstens 3/4de van de stemmen</li></ul></li><li>Kapitaal mag na de vermindering niet lager zijn dan 61.500 euro</li></ul></td></tr><tr><td>Besloten vennootschap (BV)<br>Commanditaire vennootschap (CommV)<br>Vennootschap onder firma (VOF)</td><td><ul><li>Indien statutair beschikbaar vermogen: Geen notaris</li><li>Indien statutair onbeschikbaar vermogen: Wel notaris</li></ul></td></tr></tbody></table>

{% hint style="info" %}
**Dubbele uitkeringstesten**

Bij een kapitaalvermindering of terugbetaling van de inbreng moeten de uitkeringstesten uitgevoerd worden. Hiervoor heb je de bijstand van je accountant nodig.
{% endhint %}

## Fiscale gevolgen

De  kapitaalvermindering moet pro-rata aangerekend worden aan:&#x20;

* Het fiscaal gestort kapitaal
* De belaste reserves&#x20;
* De (geïncorporeerde) vrijgestelde reserves

Dit betekent concreet dat er op de kapitaalvermindering gedeeltelijk roerende voorheffing en soms ook vennootschapsbelasting verschuldigd zal zijn.

| Geprorateerde gedeelten | Roerende voorheffing | Vennootschapsbelasting     |
| ----------------------- | -------------------- | -------------------------- |
| Gestort kapitaal        | -                    | -                          |
| Belaste reserves        | :white\_check\_mark: | :heavy\_multiplication\_x: |
| Vrijgestelde reserves   | :white\_check\_mark: | :white\_check\_mark:       |


---

# 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://odoo.plutus.be/plutus-open-knowledge-hub/onderneming-runnen/financieel-beheer/coporate-finance/kapitaalvermindering.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.
