# Org Metrics & Insights

Agentnoon automatically calculates organizational metrics (marked **“**&#x46;X” for formula-based) that update in real time. You can view these metrics:

* On org chart cards (via Card Content)
* In Directory columns
* In Workforce Hub charts
* In exports

These metrics are calculated from your current organizational data and refresh when Main Org data is updated.

## Span of Control (SOC) Metrics

| Metric                                                      | Calculation                                                             | Use It For                                             |
| ----------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------------ |
| **Direct SOC**                                              | Count of direct reports                                                 | Assessing manager's immediate supervisory load         |
| **Average Direct Manager SOC** (formerly Avg Immediate SOC) | Avg Direct SOC of managers who report to this position                  | Assessing whether the next-level managers are balanced |
| **Average Hierarchical SOC** (formerly Avg Total SOC)       | Avg Direct SOC of all managers in the hierarchy below (excluding focal) | Overall management density under a leader              |
| **Average Managerial SOC** (new)                            | Avg Direct SOC of all managers including focal position                 | Average reports-per-manager across the full hierarchy  |

**Direct SOC benchmarks:** Optimal: 5–9 for most roles; Executives: 5–7; Frontline managers: 7–15 (depends on role complexity).

## Other Key Metrics

**Total Organization Size** — All positions under a manager (direct + all indirect). Measures scope of responsibility.

**Layer / Level** — Distance from CEO (CEO = Layer 1, direct reports = Layer 2, etc.). Measures org depth.

**Layer benchmarks:** <500 employees: 4–5 layers; 500–5,000: 5–7; >5,000: 6–9. More than 8–10 layers suggests potential inefficiency.

## Calculated Metrics Reference

All metrics marked **FX** are automatically calculated by Agentnoon and update in real-time as the org changes.

| Metric                     | Definition                                                          | Usage / Note                                                                      |
| -------------------------- | ------------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| **IC Cost**                | Total cost of all individual contributors (non-managers)            | Budgeting and comparing investment in non-managerial personnel across departments |
| **IC Count**               | Total number of individual contributors                             | Understanding workforce scale excluding managerial roles                          |
| **Layers**                 | Hierarchical level a position occupies (CEO = Layer 1)              | Provides clarity on org structure depth                                           |
| **Manager Cost**           | Total cost of managerial positions                                  | Assess leadership investment compared to overall org                              |
| **Manager Count**          | Number of managers                                                  | Leadership density across different parts of the org                              |
| **Manager Cost Ratio**     | Proportion of total cost attributed to managers                     | Identifies how much of org expenses go to management                              |
| **Manager to IC Ratio**    | Managers per individual contributor (e.g., 5:1)                     | Key metric for org efficiency and leadership distribution                         |
| **Rate Card**              | Attributes used to auto-populate salary from compensation/rate card | Streamlines applying standard salary metrics to positions                         |
| **Total Cost**             | Sum of all costs (ICs + managers)                                   | Complete financial overview for budgeting                                         |
| **Total Count**            | Total headcount including ICs and managers                          | Used for per-employee metrics and scale evaluation                                |
| **Reporting Layers**       | Number of layers below a specific person                            | Understand depth of reporting and managerial span                                 |
| **Average Salary**         | Average salary across all positions in scope                        | Benchmarking compensation trends and identifying outliers                         |
| **Average Manager Salary** | Average salary of managerial positions                              | Evaluate leadership compensation vs overall costs                                 |
| **Average IC Salary**      | Average salary of individual contributors                           | Assess pay equity and workforce cost structure                                    |
| **IC Cost Ratio**          | Proportion of total cost attributed to ICs                          | Understand investment in non-managerial roles vs managers                         |
| **1:1 Managers Ratio**     | Proportion of managers who directly manage only one report          | Highlights potential inefficiencies or top-heavy structures                       |

## Using Metrics for Analysis

**Find compression (too-narrow spans):**

1. Workforce Hub > Layers and Spans chart > look for high counts in the 1–2 SOC column
2. Or: Main Org > Spotlight > Direct SOC = 1–2

**Find deep hierarchies:**

1. Workforce Hub > Headcount Heatmap > X = Department, Y = Layers
2. Compare depths across departments

**Find overburdened managers:**

* Spotlight > Direct SOC = 16–25; evaluate context before acting

## Adding Metrics to Views

**On org chart cards:** Card Content (toolbar) > scroll to FX metrics > check boxes. Don't add too many — cards become cluttered.

**In Directory:** Column settings > add calculated metric columns > sort high-to-low to find outliers.

**In Workforce Hub:** Metrics power the Layers & Spans and Heatmap charts automatically.

## Red Flags

* > 30% of managers with Direct SOC of 1–2 → potential compression
* Direct SOC >20 without clear justification → potentially overburdened
* Inconsistent spans across similar roles → structural inconsistency
* > 8 layers in a company <5,000 employees → potentially inefficient hierarchy

## Important Caveat

Metrics are indicators, not mandates. Investigate context before taking action. A Direct SOC of 2 may be appropriate for a senior architect with strategic responsibilities; a Direct SOC of 20 may be fine for a standardized call center team.

## Related Resources

* [Span of Control Analysis Tutorial](/reference-guides/overview/span-of-control-analysis.md)
* [Layers and Spans Chart](/hub/layers-spans-chart.md)
* [Workforce Hub Overview](/hub/overview.md)


---

# 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.agentnoon.com/main-org/metrics-insights.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.
