Estimation Technique in Agile Last Updated : 12 Jul, 2025 Comments Improve Suggest changes Like Article Like Report Estimation is the process of finding an estimate, or approximation. It is an Art of guessing. Estimation includes four main factors - money, effort, resources, and time needed to build a specific system or product. There are many techniques available in today's world for doing estimations in an Agile Project. The main objectives for doing estimations include Relative Estimation, discussions to get more information on items whose estimations need to be done and ensuring the commitment and enthusiasm of the whole team towards the tasks assigned to them. Agile Project Estimation Techniques are: Dot Voting: In Dot Voting Techniques all the user stories along with their description are posted on the board. Each member put a dot in front of those stories that they consider most important. This way the stories are sorted according to their priorities. This is done to select the most important stories that should be taken forward.T-Shirt Size: This technique helps in open and mutual collaborative discussions. In this technique, t-shirt sizes -XS (Extra Small), S (Small), M (Medium), L (Large), and XL (Extra Large) are used. User stories are given t-shirt sizes according to the member's understanding. This technique provides rough estimation very fast.Planning Poker: Planning Poker is the most famous Estimation technique in Agile. This technique makes sure that every member participates in the estimation and shares his/her opinion. In this technique cards with numbers on them, are given to each member of the team. The Product Owner reads the story, after which every member has to hold the card showing the level of effort they will make for the user story. Discussion and Re-estimation go on until the whole team reaches a consensus.The Bucket System: The Bucket System estimation technique is much faster than the Planning Poker technique. In this buckets are created with random values: 0, 1, 2, 3, 4, 5, 8, 13, 20, 30, 50. The whole team estimates the items by placing them in these “buckets”. In the Bucket System Divide and Conquer approach is followed.Large/Uncertain/Small: This technique is for doing rough estimation and it is simpler than the Bucket system technique. All the items are categorized in Large/Uncertain/Small. First simple user stories are chosen for estimation then more complex ones are taken. It's a good technique when comparable items are in the Product Backlog.Relative Estimation: In this technique, teams estimate user stories according to one another rather than giving them exact numerical values. For instance, they can state, without assigning specific point values, that Story X is twice as complex as Story Y. This method prioritizes selection and ranking while simplifying estimation.Story Points: In this estimation technique, user stories are given story points based on complexities, effort, and risk by teams. Story points are a metric without units and can stand in for any comparable value decided by the team. This method is adaptable and frequently used alongside Planning Poker.Estimation Based on Velocity: This technique states the amount of work a team can accomplish in a sprint is measured by the team's velocity. Teams calculate the amount of user story points that can commit to in the following sprint using their average velocity over several sprints.ConclusionThe choice of the estimation technique depends on the context of the project and the amount of detail required for it. The teams can use more than one technique at the same time to look for different aspects of the work together. Comment More infoAdvertise with us S SakshiBhakhra Follow Improve Article Tags : Software Engineering Explore Software Engineering BasicsIntroduction to Software Engineering7 min readSoftware Development Life Cycle (SDLC)8 min readSoftware Quality - Software Engineering5 min readISO/IEC 9126 in Software Engineering4 min readBoehm's Software Quality Model4 min readSoftware Crisis - Software Engineering3 min readSoftware Measurement & MetricesSoftware Measurement and Metrics4 min readPeople Metrics and Process Metrics in Software Engineering8 min readHalsteadâs Software Metrics - Software Engineering11 min readCyclomatic Complexity6 min readFunctional Point (FP) Analysis - Software Engineering8 min readLines of Code (LOC) in Software Engineering4 min readSoftware Development Models & Agile MethodsWaterfall Model - Software Engineering13 min readWhat is Spiral Model in Software Engineering?9 min readPrototyping Model - Software Engineering7 min readIncremental Process Model - Software Engineering6 min readRapid Application Development Model (RAD) - Software Engineering9 min readCoupling and Cohesion - Software Engineering10 min readAgile Software Development - Software Engineering15+ min readSRS & SPMSoftware Requirement Specification (SRS) Format5 min readSoftware Engineering | Quality Characteristics of a good SRS7 min readSoftware Project Management (SPM) - Software Engineering8 min readCOCOMO Model - Software Engineering15+ min readCapability Maturity Model (CMM) - Software Engineering11 min readIntegrating Risk Management in SDLC | Set 18 min readSoftware Maintenance - Software Engineering14 min readTesting & DebuggingWhat is Software Testing?11 min readTypes of Software Testing15+ min readTesting Guidelines - Software Engineering3 min readWhat is Debugging in Software Engineering?11 min readVerification & ValidationVerification and Validation in Software Engineering6 min readRole of Verification and Validation (V&V) in SDLC5 min readRequirements Validation Techniques - Software Engineering8 min readPractice QuestionsTop 50+ Software Engineering Interview Questions and Answers [2025]15+ min read Like