- Home
- Earned Value Guide
- Definitions
- Price for Work Done to Date
NEC4 Price for Work Done to Date (PWDD) Explained
Price for Work Done to Date (PWDD) is the NEC4 term for the total amount due to the contractor at any assessment date.
Will Doyle
Mar 06, 2026 · 5 min read
<div class="ge-article-wrapper"><nav class="ge-toc" aria-label="Table of contents"><p class="ge-toc-label">In this article</p><ul class="ge-toc-list"><li><a href="#the-definition">The Definition</a></li><li><a href="#why-pwdd-changes-everything-for-evm">Why PWDD Changes Everything for EVM</a></li><li><a href="#pwdd-by-main-option">PWDD by Main Option</a></li><li><a href="#worked-example-18m-option-c-contract">Worked Example: £18M Option C Contract</a></li><li><a href="#the-option-a-trap">The Option A Trap</a></li><li><a href="#pwdd-vs-the-amount-due">PWDD vs the Amount Due</a></li><li><a href="#common-mistakes">Common Mistakes</a></li><li><a href="#frequently-asked-questions">Frequently Asked Questions</a></li></ul></nav><article class="ge-article-body"><p>Price for Work Done to Date (PWDD) is NEC4's term for how much the Contractor has earned at a given assessment date. It's the basis for every interim payment, and the formula changes depending on which main option you're working under. Get the PWDD wrong and you get paid wrong. It really is that straightforward. </p><p>PWDD is part of the <a href="/en/earned-value/definitions">earned value definitions glossary</a>. For the full formula reference, see the <a href="/en/earned-value/formulas">earned value formulas page</a>. </p><h2 id="the-definition">The Definition</h2><p><strong>PWDD = the cumulative value of work the Contractor has done, calculated using the rules for the specific NEC4 main option</strong></p><p>That last part is what trips people up. PWDD isn't one formula. It's a different calculation depending on whether you're on Option A, B, C, D, or E. The NEC4 contract dedicates clause 11.2(32) to defining it, and then each main option clause (50 series) specifies the mechanics. </p><p>On an Option A contract, PWDD is the sum of Prices for completed activities. On Option C, it's Defined Cost plus the fee. Same term, completely different arithmetic. </p><h2 id="why-pwdd-changes-everything-for-evm">Why PWDD Changes Everything for EVM</h2><p>If you're running <a href="/en/earned-value">earned value management</a> on an NEC4 project, you need to decide how PWDD maps to your EVM metrics. On Option C and E contracts, PWDD is effectively your <a href="/en/earned-value/definitions/actual-cost">Actual Cost</a> (AC), it reflects what's been spent plus the <a href="/en/earned-value/definitions/fee-percentage">fee percentage</a>. On Option A, PWDD is closer to <a href="/en/earned-value/definitions/earned-value">Earned Value</a> (EV) because it's based on completed activities from the priced schedule, not actual expenditure. </p><p>I've watched commercial teams waste weeks trying to reconcile their EVM reports because nobody clarified which EVM metric PWDD was feeding into. Sort this out in month 1. Not month 8. </p><h2 id="pwdd-by-main-option">PWDD by Main Option</h2><p>Here's where the contract mechanics diverge. </p><pre class="ge-ascii-diagram ge-anim"> PWDD CALCULATION BY NEC4 MAIN OPTION ===================================== Option A (Priced contract with activity schedule) ───────────────────────────────────────────────── PWDD = Sum of Prices for each completed activity in the Activity Schedule ┌──────────────┬──────────┬───────────┐ │ Activity │ Price │ Complete? │ ├──────────────┼──────────┼───────────┤ │ Earthworks │ £420,000 │ Yes │ ──┐ │ Drainage │ £310,000 │ Yes │ ──┤ │ Substructure │ £680,000 │ No │ │ PWDD = £730,000 │ Steelwork │ £540,000 │ No │ ──┘ └──────────────┴──────────┴───────────┘ Only COMPLETED activities count. 50% done = £0 PWDD for that activity. Option B (Priced contract with bill of quantities) ─────────────────────────────────────────────────── PWDD = Sum of (quantity of completed work x rate) for each BoQ item Measured on site, valued at BoQ rates. Re-measurement contract – quantities adjust. Option C (Target contract with activity schedule) ───────────────────────────────────────────────── PWDD = Defined Cost + Fee ┌──────────────┐ ┌──────────┐ │ Defined Cost │ + │ Fee │ = PWDD │ £6,800,000 │ │ £476,000 │ £7,276,000 │ (actual │ │ (7% of │ │ spend) │ │ DC) │ └──────────────┘ └──────────┘ Actual cost drives payment. Target is separate (for pain/gain). Option D (Target contract with bill of quantities) ─────────────────────────────────────────────────── PWDD = Defined Cost + Fee (Same as Option C – target mechanism identical) Option E (Cost reimbursable contract) ─────────────────────────────────────── PWDD = Defined Cost + Fee (Same formula, but no target ceiling – Client carries all cost risk) </pre><p>The critical distinction: Options A and B are price-based. The Contractor gets paid for completing priced work items, regardless of what they actually spent. Options C, D, and E are cost-based. The Contractor gets paid what they actually spent (Defined Cost) plus a margin (fee). </p><p>This difference is fundamental to how you set up EVM. On Option A, the Contractor's spend is invisible to the Client. On Option C, it's the entire payment mechanism. </p><h2 id="worked-example-18m-option-c-contract">Worked Example: £18M Option C Contract</h2><span class="ge-worked-label">Worked Example</span><div class="ge-callout ge-anim"><p><strong>Scenario:</strong> A £18M NEC4 Option C rail electrification package in the West Midlands. The fee percentage in Contract Data Part 2 is 7%. At the assessment date of 28 March 2025, the commercial team compiles the Defined Cost statement.</p><br><p><strong>Defined Cost breakdown:</strong></p><br><div class="ge-table-wrap ge-anim"><table class="ge-table"><thead><tr><th>Cost Category</th><th>Amount</th></tr></thead><tbody><tr><td>People (directly employed)</td><td>£2,180,000</td></tr><tr><td>Subcontractors</td><td>£3,640,000</td></tr><tr><td>Plant and equipment</td><td>£720,000</td></tr><tr><td>Materials (installed)</td><td>£260,000</td></tr><tr><td><strong>Total Defined Cost</strong></td><td><strong>£6,800,000</strong></td></tr></tbody></table></div><br><p><strong>Fee calculation:</strong> £6,800,000 x 7% = £476,000</p><br><p><strong>PWDD</strong> = £6,800,000 + £476,000 = <strong>£7,276,000</strong></p><br><p>This is the amount due to the Contractor for work done to date, before any adjustment for pain/gain share. The pain/gain calculation happens at completion (or at interim stages if the contract provides for it).</p><br><p><strong>Now the EVM alignment question.</strong> The target total of the Prices is £18M (including fee). At this point:</p><br><p>- <a href="/en/earned-value/definitions/budget-at-completion">BAC</a> = £18,000,000</p><p>- AC (using PWDD) = £7,276,000</p><p>- EV (based on 38% physical progress) = £18,000,000 x 38% = £6,840,000</p><p>- <a href="/en/earned-value/definitions/cost-performance-index">CPI</a> = £6,840,000 / £7,276,000 = <strong>0.940</strong></p><p>- <a href="/en/earned-value/definitions/schedule-performance-index">SPI</a> = £6,840,000 / £7,560,000 (<a href="/en/earned-value/definitions/planned-value">PV</a> at 42% planned) = <strong>0.905</strong></p><br><p>The CPI of 0.940 tells you the project is spending £1.06 for every £1 of value earned. The SPI of 0.905 tells you it's behind programme. Neither metric works without a correct PWDD feeding AC.</p></div><h2 id="the-option-a-trap">The Option A Trap</h2><p>On Option A, PWDD has a notorious quirk that catches out junior QSs every single time. </p><p>An activity is either complete or it isn't. There's no partial credit. If you're 95% through a £500,000 earthworks activity, your PWDD for that activity is zero. Not £475,000. Zero. </p><p>This creates a sawtooth pattern in cash flow. The Contractor funds the work through each activity, then receives a lump payment on completion. For large activities, this can mean months of negative cash flow followed by a spike. I've seen a Tier 1 contractor with a £2.4M activity on a highways job that took 14 weeks to complete. Fourteen weeks of funding before they saw a penny. </p><p>The smart move is to break large activities into smaller, measurable chunks in the activity schedule at tender stage. But once the contract is signed, the Activity Schedule is what it is. </p><h2 id="pwdd-vs-the-amount-due">PWDD vs the Amount Due</h2><p>Don't confuse PWDD with the amount the Contractor actually receives in an interim payment. The payment calculation under clause 50.2 is: </p><pre class="ge-ascii-diagram ge-anim"> AMOUNT DUE CALCULATION ====================== PWDD (this assessment) £7,276,000 - PWDD (previous assessment) £5,890,000 ────────── = Change in PWDD £1,386,000 + Other amounts (e.g. Delay damages paid) £0 - Retention (if Z clause applies) -£69,300 ────────── = AMOUNT DUE £1,316,700 </pre><p>PWDD is cumulative. The amount due is the movement since the last assessment, adjusted for retention and other items. NEC4 doesn't have a standard retention mechanism. It requires a Z clause if the parties want one. But on Option C, many employers add one. </p><h2 id="common-mistakes">Common Mistakes</h2><p><strong>Using partial completion on Option A.</strong> I mentioned this above, but it bears repeating. If an activity isn't done, its price isn't in PWDD. No exceptions. Clause 11.2(32) is explicit. I've had to explain this to a project manager who'd certified partial credit on six activities. That's a breach of the contract mechanism, and it distorts every metric downstream. </p><p><strong>Forgetting to exclude Disallowed Cost.</strong> On Options C and E, Defined Cost drives PWDD. But if the Project Manager has disallowed any cost under clause 11.2(26), that cost must come out of the PWDD calculation. Disallowed Cost isn't part of Defined Cost. It reduces PWDD and, by extension, the Contractor's payment. </p><p><strong>Mixing gross and net when feeding EVM.</strong> If your <a href="/en/earned-value/definitions/budget-at-completion">BAC</a> includes the fee (which it does if you're using the target total of the Prices), then your AC must also include the fee (i.e., use PWDD, not raw Defined Cost). Otherwise your <a href="/en/earned-value/definitions/cost-performance-index">CPI</a> is inflated by the fee percentage. </p><p><strong>Not reconciling PWDD with the cost report.</strong> PWDD should reconcile to your project cost report. If it doesn't, something is wrong, either costs have been misallocated, cut-off dates don't align, or somebody's included materials on site that haven't been installed. Chase the difference. Every month. </p><div class="ge-product-note ge-anim"><p><strong>How Gather helps.</strong> Gather's AI reads your site diaries daily and maps progress against your cost-loaded programme, giving you accurate earned value data without manual spreadsheet updates. <a href="https://gatherinsights.com/contact">Book a demo</a> to see it working on a live NEC4 project.</p></div><h2 id="frequently-asked-questions">Frequently Asked Questions</h2><h3>Is PWDD the same as a valuation?</h3><p>Not exactly. PWDD is the NEC4 mechanism for calculating what the Contractor has earned. A "valuation" is a broader industry term that could include retention deductions, contracharges, and other adjustments. Under NEC4, PWDD feeds into the amount due calculation, which is closer to what other contracts call a valuation. But the terminology matters, using "valuation" on an NEC4 project can cause confusion because the contract doesn't use that word. </p><h3>Does PWDD include preliminaries?</h3><p>On Options C, D, and E, yes, if preliminary costs form part of Defined Cost (which they do if they fall within the Schedule of Cost Components or Short Schedule). On Options A and B, preliminaries are typically priced as activities in the Activity Schedule or items in the BoQ, so they're included in PWDD when those activities or items are completed or measured. </p><h3>How often is PWDD assessed?</h3><p>At each assessment date, which is set in Contract Data Part 1. Typically monthly, every four or five weeks depending on the assessment interval stated. The Project Manager assesses PWDD within one week of each assessment date (clause 50.1). Late assessment doesn't stop the payment clock, interest accrues. </p><h3>Can the Contractor dispute the PWDD calculation?</h3><p>Yes. If the Contractor disagrees with the Project Manager's PWDD assessment, the dispute resolution mechanism under the contract applies. In practice, most PWDD disputes on Option C relate to whether specific costs qualify as Defined Cost or have been correctly disallowed. On Option A, disputes usually centre on whether an activity is genuinely complete. </p></article></div>
PLATFORM
Accreditations
ISO 27001
ISO 9001
Cyber Essentials
G-Cloud




Gather Insights Limited is a limited company registered in England & Wales. Registered number: 10215108.
Copyright © Gather Insights Limited 2026
.webp)
