Federal Contractor

SERCO INC. Federal Contract Obligations (Last Year)

SERCO INC. (CAGE 022Q2, UEI DKJ1R5ABCN48) received 1.24 billion in obligated federal actions across 1,092 awards in the last full year.

SERCO INC. recorded 1,092 award actions totaling 1,237,925,296.08 in obligations during the last full year, for an average action value of 1,133,631.22. The Department of the Navy was the largest customer, followed by the Centers for Medicare and Medicaid Services, the Department of the Army, and the Department of the Air Force.

Generated at 03/21/2026

Analysis period: Last full year

Amounts reflect the last full year and are based on readable obligated totals, award counts, top agencies, top NAICS codes, and annual trend data provided.

CAGE Code
022Q2
UEI
DKJ1R5ABCN48
Total Obligated
1.24 billion
1,237,925,296.08
Award Actions
1,092
Average Action Value
1,133,631.22

About SERCO INC. federal contract activity

SERCO INC. recorded 1.24 billion in obligated federal contract actions across 1,092 awards in the last full year, with an average award value of 1.13 million. The vendor’s activity is concentrated in a relatively high volume of awards, indicating broad participation across multiple procurement actions rather than reliance on a small number of exceptionally large awards.

Agency mix and customer concentration

The DEPT OF THE NAVY accounted for the largest share of obligations at 676.02 million across 704 awards, making it the dominant buying agency by both value and count. CMS ranked second by obligated value at 225.41 million but with only 10 awards, while the DEPT OF THE ARMY and DEPT OF THE AIR FORCE contributed smaller but still material portions of the portfolio; the PENSION BENEFIT GUARANTY CORPORATION appears as a concentrated, lower-count customer.

Industry profile based on NAICS activity

Contract activity is led by NAICS 541330, Engineering Services, which represents 552.15 million across 564 awards and is the clearest core service line. The next largest categories are 541512, Computer Systems Design Services, at 216.76 million, and 561621, Security Systems Services, at 100.31 million, showing a mix of technical, systems, and security work. Additional obligations in consulting-oriented NAICS codes indicate a broader professional services profile beyond pure engineering.

Annual contract trend over the analysis window

The annual trend provided covers 2025, with 1.24 billion in obligated value across 1,092 awards. Because only one year is shown in the analysis window, the data supports a snapshot of scale and composition rather than a year-over-year growth assessment. Any interpretation of momentum would require prior-year observations.

How to interpret this page

This summary is based on FPDS query results for SERCO INC., using the reported CAGE code 022Q2 and UEI DKJ1R5ABCN48 over the last full year. Obligated amounts, award counts, agency rankings, and NAICS concentrations are taken directly from the supplied dataset; no external sources or assumptions were used.

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 1 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 676,016,421.26 676.02 million 704
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 225,410,327.09 225.41 million 10
2100 DEPT OF THE ARMY 119,238,586.01 119.24 million 51
5700 DEPT OF THE AIR FORCE 70,100,530.26 70.10 million 74
1665 PENSION BENEFIT GUARANTY CORPORATION 47,789,730.44 47.79 million 2
6920 FEDERAL AVIATION ADMINISTRATION 28,098,137.68 28.10 million 28
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 27,865,000.00 27.86 million 11
1344 US PATENT AND TRADEMARK OFFICE 13,931,776.80 13.93 million 16
4732 FEDERAL ACQUISITION SERVICE 12,053,716.96 12.05 million 25
7022 FEDERAL EMERGENCY MANAGEMENT AGENCY 6,499,578.00 6.50 million 46

Insight

Over the last full year, SERCO INC. received $1.24 billion across 1,092 awards, with obligations highly concentrated in the DEPT OF THE NAVY at $676.02 million across 704 awards, or about 55% of total obligated dollars. The next largest source was CENTERS FOR MEDICARE AND MEDICAID SERVICES at $225.41 million, but on only 10 awards, indicating a materially larger average award value than the Navy activity. The remaining top agencies were more dispersed, led by the DEPT OF THE ARMY ($119.24 million) and DEPT OF THE AIR FORCE ($70.10 million), with no other agency exceeding $50 million.

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 1 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 552,154,909.59 552.15 million 564
541512 COMPUTER SYSTEMS DESIGN SERVICES 216,756,418.76 216.76 million 22
561621 SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) 100,314,186.03 100.31 million 13
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 94,238,459.58 94.24 million 119
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 68,211,284.74 68.21 million 19
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 65,418,086.37 65.42 million 17
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 33,034,165.00 33.03 million 21
488111 AIR TRAFFIC CONTROL 28,098,137.68 28.10 million 28
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 24,185,618.10 24.19 million 58
517919 ALL OTHER TELECOMMUNICATIONS 9,571,513.03 9.57 million 4

Insight

Over the last full year, SERCO INC. (CAGE 022Q2) received $1.24 billion across 1,092 awards, with obligations concentrated in engineering services under NAICS 541330 at $552.15 million across 564 awards, or about 45% of total obligations. The next largest share was computer systems design services (541512) at $216.76 million, followed by security systems services (561621) at $100.31 million, indicating a mix of high-volume engineering work and fewer, larger task orders in technical services. Obligations beyond the top three NAICS codes are more dispersed, with each remaining category below $95 million and generally representing a smaller share of total funding.

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 1 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

Insight

During the last full year, SERCO INC. (CAGE 022Q2) recorded $1.24 billion in obligated funding across 1,092 awards, for an average award value of about $1.13 million. With the full 1-year window reflected in a single year entry, the annual trend indicates all reported obligations are concentrated in 2025, with no year-over-year change available from the provided data. The volume of awards relative to total obligated dollars suggests a relatively distributed award profile rather than reliance on a small number of very large awards.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.