# eNPS Calculation

The Employee Net Promoter Score (eNPS) is a popular metric used by organizations to gauge employee loyalty and satisfaction. It is calculated based on responses to the question: "**On a scale from 0 to 10, how likely are you to recommend this company as a place to work?**" Here’s a detailed explanation of the eNPS calculation:

#### **1. Understanding the eNPS Scale** <a href="#n4o011r07pm6" id="n4o011r07pm6"></a>

Employees respond on a scale of 0 to 10:

* **Promoters (9–10)**: Employees who are highly satisfied with the company and likely to recommend it as a great place to work.
* **Passives (7–8)**: Neutral Employees - they are satisfied but not actively promoting the organization.
* **Detractors (0–6)**: Employees who are dissatisfied and less likely to recommend the company.

#### **2. Calculate the Percentage of Promoters and Detractors** <a href="#ae4tq1furt4a" id="ae4tq1furt4a"></a>

* **Promoter Percentage**: (Number of Promoters / Total Respondents) × 100
* **Detractor Percentage**: (Number of Detractors / Total Respondents) × 100

Passives are not directly included in the eNPS calculation but affect the total respondent count.

#### **3. eNPS Calculation Formula** <a href="#id-3x71ydct3cc4" id="id-3x71ydct3cc4"></a>

eNPS is calculated by subtracting the percentage of Detractors from the percentage of Promoters:

<p align="center"><em>eNPS = Promoter Percentage − Detractor Percentage</em></p>

The result is a score ranging from -100 to +100.

#### **4. Example Calculation** <a href="#dk7m2crtzt2s" id="dk7m2crtzt2s"></a>

Suppose you surveyed 100 employees, and the responses are as follows:

* **Promoters**: 60 employees (60%)
* **Passives**: 25 employees (25%)
* **Detractors**: 15 employees (15%)

Then:

<p align="center"><em>eNPS = 60% − 15% = 45</em></p>

So, the company’s eNPS score would be **45**.

#### **5. Interpreting eNPS Scores** <a href="#id-41m0s7q07732" id="id-41m0s7q07732"></a>

* **+50 and above**: Indicates a high level of employee satisfaction and loyalty.
* **0 to +50**: Shows a generally positive sentiment but with room for improvement.
* **Below 0**: Suggests significant dissatisfaction and the organization may need to address issues impacting employee experience.

#### **Tips for Effective eNPS Use** <a href="#id-14tyyvdij0ev" id="id-14tyyvdij0ev"></a>

* **Conduct Bi-Annual Surveys**: To track changes in employee sentiment over time.
* **Analyze Feedback by Segments**: For insights across departments, roles, or tenures.
* **Follow-up**: Use the eNPS score as a starting point to engage in deeper conversations and identify areas for improvement.


---

# 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.xto10x.com/peoplecues/surveys/enps-survey-results/calculation/enps-calculation.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.
