Federal Contractor

LEIDOS, INC. Federal Contract Obligations (Last Year)

Federal procurement overview for LEIDOS, INC. (CAGE 5UTE1, UEI UE9QJD4KK1L6) covering last full year obligations, award volume, and agency and NAICS concentration.

In the last full year, LEIDOS, INC. recorded 12,598 award actions and $2.75 billion in obligated federal spending. Activity was concentrated in the Department of the Navy, with additional obligations from DISA, DHA, TSA, and the Department of the Army.

Generated at 03/21/2026

Analysis period: Last full year

Totals, counts, and rankings reflect the selected analysis window and are based on readable FPDS-obligated values provided for this vendor.

CAGE Code
5UTE1
UEI
UE9QJD4KK1L6
Total Obligated
2.75 billion
2,747,011,021.32
Award Actions
12,598
Average Action Value
218,051.35

About LEIDOS, INC. federal contract activity

LEIDOS, INC. (CAGE 5UTE1, UEI UE9QJD4KK1L6) recorded 12,598 FPDS-observed awards totaling $2.75 billion in the last full year, with an average award value of $218,051.35. The award base is large in count but concentrated in a relatively small set of high-dollar obligations, indicating a mix of recurring task orders and larger support contracts.

Agency mix and customer concentration

The Department of the Navy accounted for the largest share of obligations at $1.07 billion across 11,657 awards, dominating the vendor's federal footprint by volume and value. DISA and DHA were the next-largest buyers at $428.06 million and $330.67 million respectively, while TSA and the Department of the Army rounded out the top five, showing a strong defense and homeland security concentration.

Industry profile based on NAICS activity

The vendor's activity is led by NAICS 541512, Computer Systems Design Services, with $1.42 billion and 11,709 awards, making it the primary capture category by both value and count. Additional obligations cluster in 541513, 811210, 334111, and 518210, indicating a portfolio spanning systems integration, facilities management, maintenance, manufacturing, and infrastructure services.

Annual contract trend over the analysis window

The annual trend provided covers 2025 and totals $2.75 billion across 12,598 awards. With only one year in the analysis window, the dataset supports a point-in-time view of obligation volume rather than a multi-year growth pattern or cyclical comparison.

How to interpret this page

This summary is based on FPDS-observed awards associated with CAGE code 5UTE1 and UEI UE9QJD4KK1L6 for the last full year. Agency and NAICS rankings are ordered by total obligated dollars, and award counts reflect the number of reported actions in the dataset.

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 = '5UTE1'
        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 1,074,291,810.56 1.07 billion 11,657
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 428,062,000.04 428.06 million 244
97DH DEFENSE HEALTH AGENCY (DHA) 330,670,453.59 330.67 million 67
7013 TRANSPORTATION SECURITY ADMINISTRATION 234,698,742.97 234.70 million 35
2100 DEPT OF THE ARMY 223,205,371.70 223.21 million 398
6920 FEDERAL AVIATION ADMINISTRATION 170,335,318.07 170.34 million 30
5700 DEPT OF THE AIR FORCE 150,881,424.84 150.88 million 64
7529 NATIONAL INSTITUTES OF HEALTH 81,870,604.83 81.87 million 12
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 36,543,326.53 36.54 million 65
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 10,413,607.00 10.41 million 2

Insight

LEIDOS, INC. received $2.75 billion across 12,598 awards in the last full year, with obligations heavily concentrated at the Department of the Navy, which accounted for $1.07 billion and 11,657 awards. The next largest obligating agencies were DISA ($428.06 million), DHA ($330.67 million), TSA ($234.70 million), and the Department of the Army ($223.21 million), indicating a strong defense-centric customer base with some diversification into transportation and health. Outside the top five, obligation levels decline materially, with FAA, the Air Force, NIH, DTRA, and CDC each contributing smaller shares of total spend.

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 = '5UTE1'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 1,423,878,117.12 1.42 billion 11,709
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 576,268,047.31 576.27 million 299
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 195,903,515.26 195.90 million 23
334111 ELECTRONIC COMPUTER MANUFACTURING 187,758,832.31 187.76 million 323
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 167,066,942.73 167.07 million 15
541330 ENGINEERING SERVICES 152,450,492.90 152.45 million 116
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 31,413,181.08 31.41 million 51
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 6,556,356.94 6.56 million 22
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 3,268,375.34 3.27 million 15
541519 OTHER COMPUTER RELATED SERVICES 2,752,959.53 2.75 million 6

Insight

LEIDOS, INC. (CAGE 5UTE1) received 2.75 billion across 12,598 awards in the last full year, with obligations heavily concentrated in NAICS 541512, Computer Systems Design Services, which accounts for 1.42 billion and 11,709 awards, or most of the vendor’s activity. The next largest category, 541513, Computer Facilities Management Services, adds 576.27 million across 299 awards, while 811210, 334111, 518210, and 541330 collectively contribute a smaller but meaningful share, indicating a diversified technical services base beyond the dominant systems design category. Higher-dollar NAICS categories are generally associated with relatively low award counts, suggesting a mix of many smaller awards in 541512 and fewer larger obligations in adjacent IT, engineering, and maintenance lines of effort.

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 = '5UTE1'
        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 2,747,011,021.32 2.75 billion 12,598

Insight

During the last full year, LEIDOS, INC. (CAGE 5UTE1) recorded $2.75 billion in obligated value across 12,598 awards, for an average award value of $218,051.35. The volume of awards indicates a highly distributed obligation profile, with spending spread across a large number of actions rather than concentrated in a small number of transactions. With only one year in scope, this view establishes the current annual obligation base but does not support a multi-year trend assessment.

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.