Organizational Chart
The universal diagram for “who reports to whom” — boxes connected by lines that map every role, team, and reporting relationship in an organization.
// 01 — The chart
What it looks like
A classic top-down org chart. The CEO sits at the top; C-suite executives branch out beneath, with their departments below.
// 02 — Definition
What is an organizational chart?
An organizational chart (org chart) is a diagram that visualizes the structure, hierarchy, and reporting relationships within an organization. Each person or role is represented as a box, and lines between boxes show who reports to whom.
The most common layout is top-down: the highest-ranking individual sits at the top, with direct reports branching below. But org charts can also be drawn left-to-right, bottom-up, or in a radial pattern depending on the context and audience.
Beyond simple reporting lines, modern org charts often encode additional data: headcount, department, location, vacancy status, or even performance metrics. This makes them not just an HR formality but a genuine data visualization tool.
Origin: The first known org chart was created by Scottish-American engineer Daniel McCallum in 1855 to manage the New York and Erie Railroad. It resembled a tree with roots at the top (the president) and branches growing downward toward front-line workers.
// 03 — Anatomy
Parts of an org chart
// 04 — Usage
When to use it — and when not to
- You need to show reporting relationships and chains of command clearly
- On-boarding new employees who need to understand the team structure
- Planning a reorganization and need to visualize the proposed structure
- Communicating departmental scope and team sizes to stakeholders
- Identifying spans of control — how many direct reports each manager has
- Documenting governance structures for compliance or audits
- Relationships are non-hierarchical (peer networks, collaborations) — use a network graph
- You need to show process flow or workflow — use a flowchart or Sankey diagram
- The organization is very flat with only 1–2 levels — a simple list is clearer
- You have 500+ nodes — the chart becomes unreadable; consider an interactive explorer
- You want to show data quantities (budget, headcount proportions) — use a treemap
- The structure changes weekly — static org charts go stale quickly
// 05 — Reading guide
How to read an org chart
Org charts are intuitive but reward deliberate reading.
Identify the root
Start at the top (or left). The single box at the apex is the highest authority — CEO, board chair, or project lead.
Follow the vertical lines downward
Each downward connector represents a reporting relationship. The box below reports to the box above.
Read horizontal groups as peers
Boxes at the same level connected by a horizontal bar are peers — they share the same manager.
Count levels for hierarchy depth
The number of vertical steps from root to the lowest node tells you how many management layers the organization has.
Look for dotted or colored lines
Dashed lines often indicate “dotted-line” (secondary) reporting. Color coding may distinguish departments, locations, or business units.
// 06 — Pitfalls
Common mistakes
Trying to fit too many nodes on one page
Fix: For large orgs (200+ people), use an interactive, zoomable chart or break it into departmental sub-charts.
Mixing reporting relationships with process flow
Fix: Keep the chart focused on hierarchy. Use a separate flowchart or RACI matrix for workflows.
Neglecting dotted-line relationships
Fix: Many roles have secondary (matrix) reporting. Show these with dashed connectors to avoid a misleadingly simple picture.
Using inconsistent box sizes
Fix: Equal-sized boxes imply equal rank. If a VP box is twice the size of another VP, it sends an unintended signal.
Not keeping it updated
Fix: Stale org charts erode trust. Automate syncing from your HRIS system or revisit quarterly.
// 07 — In the wild
Real-world examples
Corporate annual reports
Public companies include org charts in their governance sections to show board composition and executive structure.
Military chain of command
Military organizations use org charts to define strict reporting hierarchies from supreme commander to individual units.
Hospital administration
Healthcare systems chart medical, administrative, and nursing reporting lines to clarify accountability.
Software engineering teams
Tech companies visualize engineering org structures to plan team topologies, identify single points of failure, and balance span of control.
Government agencies
Agencies publish org charts showing bureaus, divisions, and offices to satisfy transparency requirements.
// 08 — At a glance
Quick reference
| Also known as | Org chart, organigram, hierarchy chart |
| Category | Hierarchy |
| Typical data | People, roles, departments, reporting relationships |
| Visual encoding | Position (vertical = rank), connecting lines (reporting) |
| Best for | Showing who reports to whom and organizational structure |
| Common tools | Lucidchart, Figma, Miro, PowerPoint, dedicated HRIS tools |
| Accessibility | Good — logical tree structure maps well to ARIA tree roles |
// 09 — Variations
Variations
Top-down org chart
The most common layout. Root at the top, subordinates below.
Left-to-right org chart
Root on the left, hierarchy expanding rightward. Good for deep, narrow structures.
Matrix org chart
Shows dual reporting lines (solid + dotted) for employees with two managers (functional + project).
Flat org chart
A wide, shallow chart emphasizing the organization’s minimal hierarchy and broad spans of control.
Photo org chart
Each node includes the person’s headshot for a more personal, recognizable view.
// 10 — FAQs
Frequently asked questions
What is an organizational chart?+
An organizational chart (org chart) is a diagram that visualizes the structure, hierarchy, and reporting relationships within an organization. Each person or role is represented as a box, and lines between boxes show who reports to whom.
When should you use an organizational chart?+
Use an organizational chart when you need to show reporting relationships and chains of command clearly. It also works well when on-boarding new employees who need to understand the team structure, and when planning a reorganization and need to visualize the proposed structure.
When should you avoid an organizational chart?+
Avoid an organizational chart when relationships are non-hierarchical (peer networks, collaborations) — use a network graph. It is also a poor fit when you need to show process flow or workflow — use a flowchart or Sankey diagram, or when the organization is very flat with only 1–2 levels — a simple list is clearer.
Is an organizational chart suitable for dashboards?+
Yes — an organizational chart can work well in dashboards as long as the panel is large enough for readers to perceive the encoded values, has a clear title, and includes the legend or axis labels needed to interpret it.
What category of chart is an organizational chart?+
Organizational Chart belongs to the Hierarchy family of charts. Charts in that family are designed to answer the same kind of question, so they often work as alternatives when one doesn't quite fit your data.
How do you read an organizational chart?+
Start with the axis labels and legend, then look at the overall shape before zooming into individual marks. Compare prominent features against the rest of the data, and verify any conclusion against the underlying numbers when precision matters.