BAE SYSTEMS NORFOLK SHIP REPAIR INC. (CAGE 07243, UEI ERMDZBE4J8Q9) recorded 588 award actions and $1,575,148,024.18 in obligations during the last 5 years. Nearly all obligated activity came from the Department of the Navy, with additional award actions from the Defense Contract Management Agency, and all obligations were reported under NAICS 336611, Ship Building and Repairing.
Federal Contractor
BAE SYSTEMS NORFOLK SHIP REPAIR INC. Federal Contract Obligations (Last 5 Years)
BAE SYSTEMS NORFOLK SHIP REPAIR INC. has 588 federal award actions totaling $1.58 billion over the last 5 years, led by Department of the Navy obligations.
Annual obligations peaked in 2022 at $588.10 million and remained above $238 million in 2023, 2024, and 2025.
About BAE SYSTEMS NORFOLK SHIP REPAIR INC. federal contract activity
BAE SYSTEMS NORFOLK SHIP REPAIR INC. (CAGE 07243, UEI ERMDZBE4J8Q9) recorded 588 awards totaling $1.58 billion over the last 5 years, for an average award value of $2.68 million. The obligation profile is concentrated in a single ship repair NAICS and reflects a steady flow of Navy contracting activity.
Agency mix and customer concentration
The DEPT OF THE NAVY accounted for 580 of 588 awards and the full $1.58 billion in obligated value, making it the clear driver of the vendor’s federal business. The DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears in the award count with 8 awards but no obligated value in this period, indicating administrative or oversight activity rather than primary procurement spend.
Industry profile based on NAICS activity
All recorded obligations fall under NAICS 336611, SHIP BUILDING AND REPAIRING, with 588 awards totaling $1.58 billion. This complete concentration indicates that the vendor’s federal work in the analysis window is fully aligned to ship repair and related maritime maintenance activity.
Annual contract trend over the analysis window
Obligations peaked in 2022 at $588.10 million across 96 awards, then remained elevated at $238.48 million in 2023 and $353.51 million in 2024. Through 2025, the vendor has already recorded $303.02 million across 140 awards, while 2021 was materially lower at $92.03 million.
How to interpret this page
This summary uses FPDS award records for the vendor matched on CAGE 07243 and UEI ERMDZBE4J8Q9 over the last 5 years. Totals reflect obligated dollars and award counts from the provided analysis window; agency and NAICS shares are based on the supplied aggregation fields.
Top Agencies
SELECT
agency_id,
agency_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '07243'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 1,575,148,024.18 | 1.58 billion | 580 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 8 |
Insight
Over the last 5 years, BAE SYSTEMS NORFOLK SHIP REPAIR INC. has received 1.58 billion in obligations across 588 awards, with activity overwhelmingly concentrated in the DEPT OF THE NAVY. The Navy accounts for 1.575 billion of total obligated dollars and 580 awards, indicating a highly concentrated customer base and dependence on a single agency relationship. DCMA appears only as a minimal award administrator presence, with 8 awards and no obligated dollars.
Top NAICS
SELECT
naics_code,
naics_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '07243'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 336611 | SHIP BUILDING AND REPAIRING | 1,575,148,024.18 | 1.58 billion | 588 |
Insight
Over the last 5 years, BAE SYSTEMS NORFOLK SHIP REPAIR INC. shows complete NAICS concentration in 336611, Ship Building and Repairing. All $1.58 billion in obligations and all 588 awards are captured under this single NAICS, indicating a highly concentrated contract portfolio with no diversification across other industry codes in the provided data. The average award value is approximately $2.68 million, suggesting a large volume of relatively moderate-dollar actions within this core ship repair category.
Annual Trend
SELECT
year,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '07243'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | 303,021,249.45 | 303.02 million | 140 |
| 2024 | 353,507,232.48 | 353.51 million | 128 |
| 2023 | 238,482,487.60 | 238.48 million | 107 |
| 2022 | 588,103,690.75 | 588.10 million | 96 |
| 2021 | 92,033,363.90 | 92.03 million | 117 |
Insight
BAE SYSTEMS NORFOLK SHIP REPAIR INC. obligated $1.58 billion across 588 awards over the last 5 years, with an average award value of $2.68 million. Obligations are concentrated in FY2022 ($588.10 million), which is materially higher than the other years and accounts for the largest share of the 5-year total; FY2024 and FY2025 remained elevated at $353.51 million and $303.02 million, respectively. Award counts increased from 96 in FY2022 to 140 in FY2025, indicating higher transaction volume in recent years even as obligation levels remained below the FY2022 peak.
Use FPDS Query for deeper contractor analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.
Continue from this last 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.