Federal Contractor

SERCO INC. Federal Contract Obligations (Last 5 Years)

SERCO INC. (CAGE 022Q2, UEI DKJ1R5ABCN48) has received $5.54 billion across 5,410 federal award actions in the last five years.

FPDS records show SERCO INC. concentrated most of its federal obligations with the DEPT OF THE NAVY, followed by the CENTERS FOR MEDICARE AND MEDICAID SERVICES, the DEPT OF THE ARMY, the DEPT OF THE AIR FORCE, and the PENSION BENEFIT GUARANTY CORPORATION. Its awards are led by engineering services and computer systems design services, with annual obligations highest in 2024 and 2025.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of FPDS award data and may include multiple action types within the reported totals.

CAGE Code
022Q2
UEI
DKJ1R5ABCN48
Total Obligated
5.54 billion
5,542,606,905.00
Award Actions
5,410
Average Action Value
1,024,511.44

About SERCO INC. federal contract activity

SERCO INC. (CAGE 022Q2, UEI DKJ1R5ABCN48) recorded $5.54 billion in obligated federal spending across 5,410 awards over the last 5 years, with an average award value of $1.02 million. The award profile is high-volume and moderately concentrated, indicating a mix of large program obligations and many smaller action-level awards.

Agency mix and customer concentration

The DEPT OF THE NAVY is the dominant customer, accounting for $2.72 billion and 3,600 awards, or roughly half of total obligations and the clear majority of award activity. CMS is the second-largest agency by dollars at $1.03 billion but with only 37 awards, while the DEPT OF THE ARMY, DEPT OF THE AIR FORCE, and PBGC add materially smaller but still meaningful volumes, showing exposure across both defense and civilian agencies.

Industry profile based on NAICS activity

The vendor’s work is led by NAICS 541330 Engineering Services at $1.99 billion and 2,756 awards, followed by NAICS 541512 Computer Systems Design Services at $1.15 billion. Security systems services, industrial building construction, and administrative management consulting round out the top five, suggesting a portfolio centered on technical services, systems support, and select infrastructure-related work.

Annual contract trend over the analysis window

Annual obligations were highest in 2024 at $1.53 billion, then remained elevated in 2025 at $1.24 billion after rising from $754.35 million in 2021. Award counts stayed relatively stable in the 900 to 1,155 range, which indicates that the year-to-year movement in dollars was driven more by award size than by a major change in transaction volume.

How to interpret this page

This summary is based on FPDS Query award records associated with CAGE 022Q2 and UEI DKJ1R5ABCN48 over the last five years. Totals reflect obligated dollars and award counts as provided in the analysis window; NAICS and agency concentration are derived from the listed top categories only.

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 = '022Q2'
        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 2,716,746,200.02 2.72 billion 3,600
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 1,027,610,558.41 1.03 billion 37
2100 DEPT OF THE ARMY 566,635,517.39 566.64 million 286
5700 DEPT OF THE AIR FORCE 308,120,962.21 308.12 million 347
1665 PENSION BENEFIT GUARANTY CORPORATION 234,418,212.87 234.42 million 49
6920 FEDERAL AVIATION ADMINISTRATION 208,696,768.37 208.70 million 85
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 138,164,009.89 138.16 million 39
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 121,227,430.57 121.23 million 200
4732 FEDERAL ACQUISITION SERVICE 71,822,511.82 71.82 million 133
1344 US PATENT AND TRADEMARK OFFICE 49,621,038.99 49.62 million 60

Insight

Over the last 5 years, SERCO INC. has $5.54 billion in obligated awards across 5,410 actions, with spend heavily concentrated at the Department of the Navy. The Navy accounts for $2.72 billion and 3,600 awards, or about 49% of total obligations and 67% of award volume, indicating a high volume of smaller actions relative to other agencies. The next largest obligation base is CMS at $1.03 billion, but from only 37 awards, while the Army and Air Force contribute materially smaller shares, showing that the vendor’s spending is concentrated in a few agencies with a broader long-tail of smaller obligating customers.

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 = '022Q2'
        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
541330 ENGINEERING SERVICES 1,986,655,476.08 1.99 billion 2,756
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,152,514,996.34 1.15 billion 130
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 388,195,213.17 388.20 million 79
236210 INDUSTRIAL BUILDING CONSTRUCTION 327,336,443.55 327.34 million 6
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 302,248,665.19 302.25 million 427
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 236,051,537.78 236.05 million 99
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 220,374,822.11 220.37 million 58
488111 AIR TRAFFIC CONTROL 208,431,872.05 208.43 million 81
524292 PHARMACY BENEFIT MANAGEMENT AND OTHER THIRD PARTY ADMINISTRATION OF INSURANCE AND PENSION FUNDS 138,624,041.43 138.62 million 45
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 106,349,779.08 106.35 million 315

Insight

Over the last 5 years, SERCO INC. has obligated $5.54 billion across 5,410 awards, with spending concentrated in NAICS 541330 Engineering Services, which accounts for $1.99 billion and 2,756 awards. NAICS 541512 Computer Systems Design Services is the second-largest category at $1.15 billion, followed by Security Systems Services at $388.20 million and several other professional, technical, and support services categories. The distribution indicates a heavy emphasis on engineering and systems-related work, with a smaller number of high-dollar awards in construction and other specialized NAICS codes.

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 = '022Q2'
        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 1,237,925,296.08 1.24 billion 1,092
2024 1,527,137,402.00 1.53 billion 1,121
2023 1,075,835,040.28 1.08 billion 1,155
2022 947,360,726.19 947.36 million 1,106
2021 754,348,440.45 754.35 million 936

Insight

SERCO INC. obligated $5.54 billion across 5,410 awards over the last 5 years, averaging about $1.02 million per award. Annual obligations increased from $754.35 million in 2021 to $1.53 billion in 2024, then declined to $1.24 billion in 2025, indicating a recent pullback after a multi-year upward trend. Award volume remained relatively stable at roughly 936 to 1,155 awards per year, suggesting the change in obligations was driven more by award value than by major shifts in award count.

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.