What Is Daily Standup in Project Management?
Also known as: daily standup, daily scrum, agile standup, PMP standup, PMI-ACP standup
On This Page
Quick Definition
The daily standup is a short meeting, usually 15 minutes or less, where each team member answers three questions: What did I do yesterday? What will I do today? What is blocking my progress? It keeps everyone on the same page without lengthy discussions.
Must Know for Exams
The daily standup appears prominently in the PMP (Project Management Professional) exam, especially under the Agile and Hybrid approaches section of the PMBOK Guide. The PMP exam includes questions about the purpose, timing, duration, and facilitation of the daily standup. You may be asked to identify the correct role of the Scrum Master during the standup or to recognize which type of information should not be discussed.
The PMI-ACP (Agile Certified Practitioner) exam covers the daily standup in even greater depth. It tests your understanding of the standup as a plan-do-check-act (PDCA) cycle inspection point. Questions often ask about the three standard questions and the time box of 15 minutes.
In the PMP exam, you might see a scenario where a project manager is transitioning from a traditional waterfall approach to Agile. The question asks how the daily standup should be introduced to the team. The correct answer emphasizes self-organization and team ownership, not manager-led status reporting.
Another common exam question involves a team that is using the standup to solve complex technical problems during the meeting. The PMP exam expects you to know that the standup is not for problem solving. The correct action is to schedule a follow-up meeting with only the relevant people.
Expect questions about virtual teams and asynchronous standups. The exam may test whether you understand that the daily standup can still be effective when team members are in different time zones, provided the updates are shared within a consistent window.
Simple Meaning
Imagine you and your friends are building a Lego castle together. Every morning, you gather around the table for just a few minutes. Each person quickly says which part of the castle they worked on yesterday, which piece they will add today, and if they are missing any special blocks. If someone needs a blue brick or a corner piece, the group knows right away and can help. That is exactly what a daily standup does for a project team.
The meeting is called a standup because people often stand up during it. Standing keeps the meeting short and focused, since nobody wants to stand for a long time. The goal is not to solve problems on the spot but to share information. After the standup, people who need to discuss a specific issue can break off into a smaller group.
In the world of project management, especially in Agile and Scrum methods, the daily standup is a core ritual. It helps the team see the big picture every day. It also gives the project manager or Scrum Master a clear view of progress and any roadblocks. The standup is not a status report for a boss. It is a promise among teammates to stay coordinated and support each other.
Full Technical Definition
The daily standup, also known as the daily Scrum in the Scrum framework, is a time-boxed event of 15 minutes or less. It occurs at the same time and place every working day of the sprint. The Scrum Guide, which defines the official rules of Scrum, prescribes the daily standup as one of the five key events. Its purpose is to inspect progress toward the sprint goal and adapt the sprint backlog as needed.
During the standup, each development team member answers three standard questions. First, what did I accomplish yesterday that helped the team meet the sprint goal? Second, what will I work on today to help the team meet the sprint goal? Third, do I see any impediment that prevents me or the team from meeting the sprint goal? These questions focus the conversation on the sprint goal, not on individual status.
The structure is facilitated by the Scrum Master, but the meeting belongs to the development team. The Scrum Master ensures the event happens and that it stays within the time box. However, team members self-organize their updates. If the discussion drifts into problem solving, the Scrum Master should gently redirect that conversation to after the standup.
From a technical perspective, many distributed teams use digital tools to run the standup asynchronously. Tools like Slack bots, Jira automation, or dedicated apps allow team members to post their updates in a shared channel at any time before a cutoff. This is called an asynchronous standup. It is especially useful when team members are in different time zones. The core principles remain the same: short updates, focus on the sprint goal, and identification of blockers.
The daily standup is not a status meeting for stakeholders or managers. It is an internal team inspection event. The output of the standup is a shared understanding of the team's current state and any adjustments to the plan for the day. The Scrum Guide explicitly states that anyone outside the development team can attend as observers, but they must remain silent and not disrupt the meeting.
Real-Life Example
Think of a busy restaurant kitchen during dinner rush. The head chef (Scrum Master) gathers the line cooks (development team) for a quick huddle before the first orders come in. Each cook says which station they are working tonight. The grill cook says they prepped steaks and will cook them. The salad cook says they chopped vegetables and will assemble appetizers. The dessert cook says they ran out of chocolate sauce and need more. The head chef notes that blocker and sends a server to get more chocolate sauce immediately.
This huddle takes three minutes. Everyone now knows the plan and the problem. They do not argue about the sauce recipe or discuss which steak seasoning is best. Those discussions happen after the huddle. The parallel to a daily standup is clear. The standup is the pre-service huddle. It aligns the team, surfaces blockers, and keeps the dinner service running smoothly. If the kitchen skipped the huddle, the grill cook might not realize the dessert station is short on sauce, leading to delays and unhappy customers.
Why This Term Matters
In real IT work, projects are complex and deadlines are tight. The daily standup provides a low-overhead way to keep a team synchronized. Without it, team members may work in silos, duplicate work, or miss critical dependencies. For example, two developers might each independently fix the same bug because they did not know the other was working on it. The standup prevents that waste.
For system administrators and DevOps teams, the standup also serves as an early warning system for production issues. If a team member is stuck on a deployment script, they raise it in the standup. Another team member might say they already solved that exact problem last week. That saves hours of troubleshooting.
In cybersecurity teams, daily standups help track incident response progress. Analysts share what evidence they collected, what they plan to investigate next, and any tools that are not working. This coordination is vital during a breach, when every minute counts.
Cloud infrastructure teams use standups to coordinate changes to shared environments. If one engineer plans to update a load balancer configuration, another engineer should know not to push a database migration at the same time. The standup surfaces those conflicts before they cause outages.
For project managers, the standup provides daily visibility into progress without needing formal status reports. It builds team accountability and trust. Teams that hold effective standups typically deliver more consistently and respond faster to change.
How It Appears in Exam Questions
Exam questions about the daily standup typically fall into scenario-based formats. A common pattern describes a team having trouble with their daily standup and asks you to identify the root cause or the best corrective action. For example, the scenario might say the standup is running 45 minutes because team members are discussing detailed technical solutions. The correct answer is to remind the team that the standup is for information sharing only, and problem solving should happen after the meeting.
Another question type asks about the time box. You might see a question: The daily Scrum should last no longer than? The answer is 15 minutes for a two-week sprint. Some questions test the frequency: How often does the daily standup occur? Every day of the sprint, including weekends if the team works weekends, but typically only on working days.
Configuration and process questions ask you to identify the correct facilitator. The PMP exam expects you to know that the development team owns the standup and the Scrum Master facilitates but does not lead it. Do not select answers that say the project manager runs the standup.
Some questions test the purpose of the standup within the larger Scrum framework. They ask how the standup relates to the sprint goal or the sprint backlog. The correct answer is that the standup helps the team inspect progress toward the sprint goal and adapt the backlog for the day.
Troubleshooting questions present a team whose standup is not working. The team members are not showing up, or they give vague updates. The exam asks you to choose the best first step. The answer is to ask the team for feedback on how to improve the standup, not to force a rigid format.
Study pmi-pmp
Test your understanding with exam-style practice questions.
Example Scenario
A mobile app development team of six people is working on a two-week sprint to add a new payment feature. Every morning at 9:30, they gather in the conference room. The Scrum Master starts the timer for 15 minutes. Each person speaks in turn, going around the room.
Maria, the backend developer, says she finished the payment API yesterday. Today she will start writing unit tests. She has no blockers. Jake, the frontend developer, says he integrated the API but the checkout button is not showing correctly on Android. He is blocked because he needs the design assets from the UI designer. The UI designer, Priya, says she will provide the assets after the standup. The Scrum Master notes the blocker and schedules a quick follow-up between Jake and Priya.
The standup ends after 12 minutes. Everyone knows the status. The blocker is addressed immediately. The team adjusts their plan for the day. If they had skipped the standup, Jake might have waited hours for Priya to notice his request, delaying the sprint goal.
Common Mistakes
Treating the daily standup as a status report to the project manager.
The standup is a team coordination event, not a hierarchical reporting ceremony. When the manager dominates, the team stops being self-organizing and candid.
Let the team speak to each other, not to the manager. The project manager can attend but should remain a silent observer.
Using the standup to solve problems in detail.
Problem solving takes time and bores the rest of the team. The standup is only 15 minutes. Deep discussions should happen afterward with only the relevant people.
When a problem arises, note it as a blocker and schedule a separate meeting immediately after the standup for those who need to solve it.
Allowing the standup to run over 15 minutes regularly.
The time box is a core discipline. Long standups waste time and demotivate the team. They often indicate that problem solving is creeping in.
Use a timer. When the timer goes off, end the meeting. Defer any unfinished discussions to a follow-up.
Asking team members to report every tiny task they did.
The focus should be on progress toward the sprint goal, not a granular log of activities. Too much detail buries the important information.
Answer the three standard questions with a focus on the sprint goal. Keep updates concise. If something is not relevant to the goal, skip it.
Exam Trap — Don't Get Fooled
The exam asks who should attend the daily standup, and one answer says only the development team and the Scrum Master. According to the Scrum Guide, anyone can attend the daily standup as an observer, but only the development team and the Scrum Master speak. Product owners and stakeholders may attend to learn, but they must remain silent.
Know that attendance is open, not restricted.
Commonly Confused With
Sprint planning is a longer meeting at the start of a sprint where the team decides what work to commit to. The daily standup is a shorter, daily check-in during the sprint. Sprint planning sets the goal, while the standup tracks progress toward that goal.
Sprint planning is like planning a week of meals and buying all groceries on Sunday. The daily standup is like a quick morning check to see if you still have ingredients and what you will cook that evening.
The retrospective happens at the end of the sprint to inspect the process and identify improvements. The daily standup happens every day during the sprint to inspect the work. The retrospective looks backward, while the standup looks at today and tomorrow.
The retrospective is like cleaning the kitchen after a big dinner and deciding what to do differently next time. The standup is like the brief check during cooking to see if the sauce is burning.
The sprint review is a meeting at the end of the sprint where the team demonstrates what they built to stakeholders. The daily standup is a private team meeting during the sprint. The review is about showing results, the standup is about coordinating next steps.
The sprint review is like a science fair where you show your project to judges. The daily standup is like the lab meeting where your group checks who is doing which part of the experiment.
Step-by-Step Breakdown
Gather at the same time and place
The team meets at a consistent time and location every working day. Consistency builds the habit. For remote teams, this means joining the same video call or posting in the same channel.
Set the timer for 15 minutes
The Scrum Master or a team member starts a timer. This enforces the time box. The meeting ends when the timer goes off, even if someone has not spoken. Remaining updates are shared offline.
Team members answer three questions in turn
Each person shares what they did yesterday, what they will do today, and any blockers. They speak to the whole team, not to the Scrum Master. This creates shared awareness.
Note blockers and dependencies
The Scrum Master or a designated note taker captures any impediments on a visible board. The team does not solve them during the standup. They are addressed immediately after.
Update the sprint backlog if needed
Based on the updates, the team may adjust their plan for the day. This could involve reassigning tasks or reprioritizing work. The sprint backlog is updated to reflect the new plan.
End the standup promptly
When the timer rings, the meeting ends. Any unresolved topics are moved to a separate discussion with only the interested parties. The standup is over, and the team begins their work day.
Practical Mini-Lesson
To run an effective daily standup, start by establishing a consistent rhythm. Choose a time that works for all team members, preferably in the morning. For distributed teams, rotate the time if needed so no one is always at an inconvenient hour. The location can be a physical spot or a permanent video meeting link.
As the Scrum Master or facilitator, your role is to keep the meeting on track. Do not let people ramble. If someone starts giving a technical deep dive, politely interrupt and say, That sounds important. Let us take it offline after the standup. Do not allow side conversations. If two people start whispering about a problem, ask them to save it for later.
Encourage the team to speak in the same order each day to avoid awkward silence. Some teams go around the room alphabetically. Others use a random order. The key is that everyone speaks briefly. If someone has nothing to report, they can simply say, No update.
Use a visible board, either physical or digital, to track blockers. When someone reports a blocker, add it to a blocker column on a Kanban board. After the standup, the Scrum Master or a designated person follows up on each blocker. Ensure blockers are resolved quickly, or escalate them to the product owner if needed.
For asynchronous standups, use a tool like Slack or Teams with a dedicated channel. Each team member posts their updates by a cutoff time, such as 10 AM. Everyone reads the updates before starting work. The Scrum Master reviews the posts and identifies any blockers that need immediate attention.
Common pitfalls include people giving vague updates like Working on the project. That is useless. Encourage specificity: I completed the login page and will start the signup form today. Also watch for people who dominate the conversation. Gently redirect them to stay brief.
Connecting to broader project management, the daily standup feeds into other Scrum events. The blockers you uncover often become items for the sprint review or retrospective. The progress data helps the team forecast whether they will complete the sprint goal. Used properly, the standup is a powerful tool for transparency and adaptation.
Memory Tip
Remember the three questions as Yesterday, Today, Blocks. Practice saying them in that order for every standup scenario in the exam.
Covered in These Exams
Related Glossary Terms
An Agile Framework is a set of principles and practices for managing projects by delivering work in small, iterative cycles, allowing teams to adapt quickly to changing requirements and customer feedback.
Benefits Realization is the process of ensuring that the outcomes of a project or program actually deliver the expected value and improvements to the organization.
A formal, structured procedure used to manage any changes to a project's scope, schedule, budget, or requirements, ensuring every modification is reviewed, approved, tested, and documented before implementation.
Communication management is the process of planning, executing, and controlling the flow of information among project stakeholders to ensure clear, timely, and effective exchanges.
Compliance and regulations are the set of laws, rules, and standards that organizations must follow to ensure their operations are legal, ethical, and secure.
Conflict resolution is the process of addressing and resolving disagreements between team members or stakeholders to maintain a productive and collaborative project environment.
Frequently Asked Questions
Is the daily standup the same as a status meeting?
No. A status meeting is usually a report to a manager. A daily standup is a team coordination event where members share progress with each other to stay aligned and identify blockers.
What if someone cannot attend the daily standup?
They should share their update with the team before the meeting, either in writing or by telling the Scrum Master. The team can then relay the update during the standup.
Can the daily standup be held for non-software teams?
Yes. Any team that needs daily coordination can use a standup. Marketing, operations, and even construction teams use standups to stay synchronized.
How long should the daily standup last?
It should be time boxed to 15 minutes. If the team is larger than nine people, they should find ways to keep it shorter, such as using a token or rotating speakers.
Who should facilitate the daily standup?
The Scrum Master facilitates to ensure it stays on track, but the meeting belongs to the development team. Team members can rotate the facilitation role to increase ownership.
What if the team has nothing to report?
That is fine. They can simply say No update. However, if someone consistently has nothing to report, it might indicate they are not engaged or the work is unclear.
Summary
The daily standup is a short, daily meeting where team members share what they did yesterday, what they will do today, and any blockers. It is a cornerstone of Agile and Scrum methodologies and appears frequently in PMP and PMI-ACP exams. The standup is not a status report to a manager, but a team coordination event.
It keeps everyone synchronized, surfaces problems early, and helps the team adapt their plan each day. In exams, remember the 15-minute time box, the three standard questions, and the strict rule against problem solving during the meeting. Avoid confusing it with sprint planning, sprint review, or the retrospective.
The most common exam trap is thinking that only the development team can attend, when in fact observers are allowed but must remain silent. Master these points, and you will confidently answer any daily standup question on your certification exam.