Flowchart Symbols and Meanings (Complete Visual Guide)

Amir, Founder of EvronStudio5 min read

I still see flowcharts every week where someone's used a rectangle for a decision and a diamond for a process step, and it makes the whole diagram harder to trust — if the shapes are wrong, what else got skipped? Flowchart symbols and meanings aren't complicated, but getting them right is what makes a flowchart instantly readable to someone who's never seen your process before. Here's the complete reference I hand to clients before their first process-mapping session.

Quick answer

The core flowchart symbols are: an oval or rounded rectangle for start/end points, a rectangle for a process or action step, a diamond for a decision with exactly two labeled outcomes, a parallelogram for input or output, a circle for a connector to another part of the diagram, and arrows for flow direction. Standard symbols let anyone read your flowchart without a legend.

Why standard symbols matter more than they seem to

A flowchart's entire value is that someone unfamiliar with your process can read it correctly on first look. That only works if the shapes mean what convention says they mean. The moment you use a rectangle for a decision "because it fit better," you've broken that contract, and every reader now has to guess or ask you directly — which defeats the purpose of documenting the process visually at all.

The core symbol set

Oval / rounded rectangle — start and end

Marks the trigger event that begins the process and the terminal event that ends it. Every flowchart should have exactly one start (sometimes more if there are multiple entry triggers) and can have multiple end points if the process has more than one valid outcome.

Rectangle — process or action step

The workhorse shape. Represents a single action someone or something takes. Keep the label as a verb phrase: "Send invoice," not just "Invoice." One rectangle should represent one discrete action, not a bundle of several — if you're tempted to write "Review and approve and send," that's three rectangles, not one.

Diamond — decision

Represents a branch point where the process splits based on a condition. Phrase the text inside as a yes/no question: "Value over $10,000?" Exactly two arrows should leave a decision diamond, each labeled with its outcome ("Yes" / "No"). More than two arrows out of one diamond usually means you actually have two separate decisions, not one.

Parallelogram — input or output

Represents data entering or leaving the process — a form submission, a report generated, a file received. Distinct from a rectangle because it's marking data movement, not an action being performed.

Circle — connector

Used when a flowchart needs to continue on another page or loop back to an earlier point without drawing a long, tangled arrow across the whole diagram. Label matching connector circles with the same letter or number so a reader can follow the jump.

Arrow — flow direction

Connects every other shape and shows the direction the process moves. Arrows should never cross if you can help it — a flowchart with crossing arrows is a sign the layout needs rework, not a sign the process is genuinely that complex.

Visual reference

The core flowchart symbol set: start/end, process, decision, input/output, connector, and flow arrows

Common mistakes to avoid

Beyond mismatched shapes, a few patterns undermine flowchart readability consistently:

  1. Unlabeled decision branches. A diamond with two arrows and no "Yes"/"No" labels forces the reader to guess which path is which.
  2. More than two outcomes from one diamond. Split it into two sequential decisions instead.
  3. Rectangles doing too much. "Review, approve, and notify client" should be three shapes, because each is a separately trackable action with potentially a different owner.
  4. Missing a clear start. Every flowchart needs an obvious trigger event; a diagram that just starts mid-process without an entry point confuses readers about when the process applies.
  5. No end state for failure paths. If a decision can lead to rejection, that path needs its own end oval, not an arrow that trails off.

When basic flowchart symbols aren't enough

The symbol set above covers the vast majority of business process documentation. It starts to fall short when you need to represent multiple roles handling different parts of a process (use a swimlane layout — see swimlane diagram maker), or formal, standardized notation that other systems and tools can interpret consistently (that's BPMN, governed by the Object Management Group's BPMN specification).

NotationSymbol vocabularyBest for
Basic flowchart~6 core shapesQuick, readable documentation of a single process for internal use
Swimlane diagramSame shapes, organized into role-based lanesProcesses crossing multiple people or departments
BPMN50+ formal symbols (events, gateways, pools)Formal, tool-interoperable process modeling, often for compliance or systems integration

The difference between a flowchart and a process map covers this escalation path in more detail if you're trying to decide which notation level your documentation actually needs.

Don't reach for BPMN by default. Most small teams documenting internal processes need the basic six-symbol set, not a formal notation standard designed for enterprise process governance. Start simple and escalate only when a real limitation shows up.

Putting the symbols into practice

Knowing the symbols is the easy part. Applying them to a real process — deciding where the actual decision points are, keeping action steps appropriately granular — is the skill that takes practice. How to create a flowchart for a business process walks through that application step by step, and how to document business processes covers pairing the finished flowchart with written SOP text. If you're planning to map several processes with a team rather than alone, process mapping software for small business and how to run a process mapping workshop — pardon the tangent, that one's not in this batch, so skip it if it's not live yet — cover the tooling and facilitation side once you're past single-diagram documentation.

Get the symbols right and a flowchart stops being a picture people nod at politely and starts being a document people actually follow.

Frequently asked questions

What are the most common flowchart symbols?
The five most common are the oval or rounded rectangle for start/end, the rectangle for a process step, the diamond for a decision, the parallelogram for input/output, and the arrow for flow direction. These five cover the vast majority of business process flowcharts.
What shape represents a decision in a flowchart?
A diamond (rhombus) represents a decision point. Text inside is phrased as a yes/no or true/false question, and exactly two arrows should leave a decision diamond, each labeled with the outcome that leads down that path.
What's the difference between a flowchart and a BPMN diagram?
A basic flowchart uses a small, informal symbol set (ovals, rectangles, diamonds) suited to quick process documentation. BPMN (Business Process Model and Notation) is a formal standard with a much larger symbol vocabulary for events, gateways and swimlanes, designed for precise, tool-interoperable process modeling in larger organizations.
Do I need to use standard flowchart symbols, or can I make up my own?
Use standard symbols whenever the flowchart will be read by more than just you. Standard shapes let anyone familiar with flowcharts read your diagram instantly without a legend; custom shapes require you to teach your notation to every new reader.
What symbol should I use for a manual task versus an automated one?
There's no universal standard symbol distinguishing manual from automated steps in basic flowcharting, so most teams use a rectangle for both and add a small icon or color code to distinguish them. BPMN has more formal symbols for this distinction if you need that level of precision.

About the author

Amir is the founder of EvronStudio and a RevOps consultant who has run 30+ CRM implementations for B2B teams in the US and UK. More about Amir.

Part of our guide to The CRM Implementation Checklist (From 30+ Implementations).

Keep reading