Federal Contractor

LEIDOS, INC. Federal Contract Obligations (Last Year)

LEIDOS, INC. (CAGE 5UTE2, UEI QLNMVC12KWY3) received 1,005 federal award actions totaling $804.64 million in the last full year.

In the last full year, LEIDOS, INC. was obligated $804,636,644.06 across 1,005 award actions, for an average action value of $800,633.47. Federal Acquisition Service accounted for the largest share of obligations at $343.24 million, followed by the Department of the Navy, Department of the Army, Department of the Air Force, and DISA.

Generated at 03/21/2026

Analysis period: Last full year

Industry and agency totals reflect FPDS award actions in the selected analysis window and may not align with contract ceiling values or vendor revenue.

CAGE Code
5UTE2
UEI
QLNMVC12KWY3
Total Obligated
804.64 million
804,636,644.06
Award Actions
1,005
Average Action Value
800,633.47

About LEIDOS, INC. federal contract activity

LEIDOS, INC. (CAGE 5UTE2, UEI QLNMVC12KWY3) obligated $804.64 million across 1,005 awards in the last full year, for an average award value of $800,633.47. The award profile is high-volume and moderately concentrated, with a small set of large obligations alongside many smaller transactions.

Agency mix and customer concentration

Federal Acquisition Service accounted for the largest share of obligations at $343.24 million across 33 awards, making it the clear primary funding source. Defense customers also represented a substantial portion of activity, led by the Department of the Navy, Department of the Army, Department of the Air Force, and DISA, which together indicate broad federal demand across civilian acquisition and defense channels.

Industry profile based on NAICS activity

The largest NAICS category by obligations was 624190, Other Individual and Family Services, at $290.75 million, followed by 541330 Engineering Services at $116.95 million and 541512 Computer Systems Design Services at $66.82 million. Additional volume in 541715 and 334511 shows a mix of technical services, R&D, and specialized systems manufacturing rather than reliance on a single line of business.

Annual contract trend over the analysis window

Annual activity for 2025 totaled $804.64 million across 1,005 awards, matching the full analysis window. With only one year in scope, the trend view establishes the current baseline but does not support a multi-year growth assessment.

How to interpret this page

This summary uses FPDS obligations attributed to LEIDOS, INC. under the reported CAGE code and UEI during the last full year. Agency, NAICS, and annual trend figures are based on obligation totals and award counts only; no assumptions were added beyond the supplied data.

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 = '5UTE2'
        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
4732 FEDERAL ACQUISITION SERVICE 343,238,129.78 343.24 million 33
1700 DEPT OF THE NAVY 118,293,743.52 118.29 million 100
2100 DEPT OF THE ARMY 75,290,928.55 75.29 million 118
5700 DEPT OF THE AIR FORCE 67,937,236.85 67.94 million 168
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 66,517,848.89 66.52 million 53
6920 FEDERAL AVIATION ADMINISTRATION 29,662,573.41 29.66 million 51
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 27,596,358.41 27.60 million 16
1501 OFFICES, BOARDS AND DIVISIONS 25,290,564.76 25.29 million 82
6925 FEDERAL HIGHWAY ADMINISTRATION 17,874,581.43 17.87 million 65
97DH DEFENSE HEALTH AGENCY (DHA) 17,744,021.71 17.74 million 158

Insight

Over the last full year, LEIDOS, INC. received $804.64 million across 1,005 awards, with obligations concentrated in a few agencies. The Federal Acquisition Service accounted for the largest share at $343.24 million, followed by the Dept of the Navy at $118.29 million; the top 10 agencies listed together represent most of the vendor’s obligated dollars in this period. Award activity is more dispersed than dollars, with higher award counts across the Dept of the Air Force, Dept of the Army, and Defense Health Agency indicating smaller average obligations at those agencies.

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 = '5UTE2'
        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
624190 OTHER INDIVIDUAL AND FAMILY SERVICES 290,751,676.09 290.75 million 14
541330 ENGINEERING SERVICES 116,947,853.57 116.95 million 149
541512 COMPUTER SYSTEMS DESIGN SERVICES 66,821,560.90 66.82 million 61
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 43,473,087.13 43.47 million 85
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 42,407,754.60 42.41 million 10
336413 OTHER AIRCRAFT PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 41,723,389.50 41.72 million 109
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 40,271,857.41 40.27 million 160
541519 OTHER COMPUTER RELATED SERVICES 31,345,472.66 31.35 million 43
541199 ALL OTHER LEGAL SERVICES 25,311,822.59 25.31 million 83
541714 RESEARCH AND DEVELOPMENT IN BIOTECHNOLOGY (EXCEPT NANOBIOTECHNOLOGY) 23,684,510.99 23.68 million 28

Insight

LEIDOS, INC. had $804.64 million obligated across 1,005 awards in the last full year, with obligations concentrated in a small number of NAICS codes. NAICS 624190 accounted for $290.75 million but only 14 awards, indicating a high-dollar concentration in that code, while 541330, 541512, and 541715 together added $227.24 million across 295 awards. The remaining top NAICS categories were more dispersed, with obligations spread across engineering, IT, R&D, aerospace, and professional services 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 = '5UTE2'
        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 804,636,644.06 804.64 million 1,005

Insight

Over the last full year, LEIDOS, INC. (CAGE 5UTE2) obligated $804.64 million across 1,005 awards, indicating a high volume of relatively dispersed procurement activity. The average award value of approximately $800.6 thousand suggests obligations were spread across many actions rather than concentrated in a small number of very large awards. With only one annual period provided, this section reflects scale and distribution for the year, not a multi-year trend.

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.