Hello everybody, I'm new in project management and I have a question.
If we consider big engineering projects, value > 100 M€, what is the average percentage value for the project management in respect to the total value?
For now I found this data only in one website: PM is 5% of the total project value. I don't know if this could be right.
Thanks a lot.
Percentage Cost of Project Management
-
- New Member
- Posts: 2
- Joined: Sun 19 Oct 2014 8:28 pm
In my experience, the project management effort sums up all project resources' effort (example, dev, qa, sa, architect, etc.) and computes 20-25% of that total effort. 5% is extremely low considering everything that a project manager does - planning, managing, tracking, controlling, and so on.
Some say that a Project Manager's effort is lesser in case of Agile model. I disagree with that since all the expectations from a project manager remain the same irrespective of the model being followed.
If your organization has a mature PMO, you could look for historical information (estimates in this case) on a similar project, but make sure to check lessons learned to ensure the estimates were correct.
Some say that a Project Manager's effort is lesser in case of Agile model. I disagree with that since all the expectations from a project manager remain the same irrespective of the model being followed.
If your organization has a mature PMO, you could look for historical information (estimates in this case) on a similar project, but make sure to check lessons learned to ensure the estimates were correct.
Technical Project Manager
There is a range of opinions on this question. I haven't found a definitive answer in any PM body of knowledge. In software development, project management is usually charged between 10-15% of the total project cost.
In the Mythical Man-Month: Essays on Software Engineering, Frederick P. Brooks gives a rule of thumb for scheduling a software task:
It is difficult to apply a 'one size fits all’ percentage, because different styles of project management demand different amounts of time.
My feeling is that 5% is too little, and 50% is too high. For me, it falls somewhere between 10-40%.
Take a look at this thread on a similar topic: /viewtopic.php?f=2&t=788
I’m interested in how other people calculate the amount of project management needed on their projects. Any other thoughts?
Duncan
In the Mythical Man-Month: Essays on Software Engineering, Frederick P. Brooks gives a rule of thumb for scheduling a software task:
- 1/3 Planning.
1/6 Coding.
1/4 Component test and early system test.
1/4 System test with all components done.
It is difficult to apply a 'one size fits all’ percentage, because different styles of project management demand different amounts of time.
My feeling is that 5% is too little, and 50% is too high. For me, it falls somewhere between 10-40%.
Take a look at this thread on a similar topic: /viewtopic.php?f=2&t=788
I’m interested in how other people calculate the amount of project management needed on their projects. Any other thoughts?
Duncan
-
- New Member
- Posts: 2
- Joined: Sun 19 Oct 2014 3:07 am
Thanks a lot for your messages and suggestions :)