Federal Contractor

LEIDOS, INC. Federal Contract Obligations (Last 10 Years)

LEIDOS, INC. has 1,582 federal award actions and $2.56 billion in obligated value over the last 10 years, led by work for U.S. Customs and Border Protection and the Defense Health Agency.

In the last 10 years, LEIDOS, INC. (CAGE 6B6E2, UEI JSTDGZNFP4A3) recorded $2,564,441,484.81 in obligated awards across 1,582 actions, with an average action value of $1,621,012.31. Most obligations are concentrated in NAICS 541519, Other Computer Related Services, while agency activity is led by U.S. Customs and Border Protection and the Defense Health Agency.

Generated at 03/21/2026

Analysis period: Last 10 years

This summary reflects FPDS-observed award actions in the analysis window and is based on obligated dollars, action counts, and coded agency and NAICS fields.

CAGE Code
6B6E2
UEI
JSTDGZNFP4A3
Total Obligated
2.56 billion
2,564,441,484.81
Award Actions
1,582
Average Action Value
1,621,012.31

About LEIDOS, INC. federal contract activity

LEIDOS, INC. (CAGE 6B6E2, UEI JSTDGZNFP4A3) recorded $2.56 billion in obligated FPDS activity across 1,582 awards over the last 10 years, for an average award value of $1.62 million. The award profile indicates sustained federal demand with a large number of transactions and a mid-sized average obligation, consistent with a broad services and systems integration footprint.

Agency mix and customer concentration

Obligations are concentrated in a small set of civilian and defense-related agencies. U.S. Customs and Border Protection leads with $855.15 million across 161 awards, followed by the Defense Health Agency with $435.08 million across 278 awards; the Federal Acquisition Service, CMS, and NIH round out the next tier, indicating a mix of operational, health, and shared-services demand.

Industry profile based on NAICS activity

The vendor’s NAICS profile is heavily dominated by 541519, Other Computer Related Services, which accounts for $2.28 billion and 1,291 awards. Smaller but material obligations appear in 334517 and 334511, with additional activity in computer/software retail and device manufacturing codes, suggesting a primary concentration in IT and technical services with selective hardware and systems-related work.

Annual contract trend over the analysis window

Annual obligations in the current window remain elevated, with $455.36 million in 2024, $406.80 million in 2025, $375.43 million in 2023, $345.61 million in 2022, and $422.48 million in 2021. Award counts have stayed relatively stable year to year, pointing to continued contract flow rather than dependence on a single large spike.

How to interpret this page

This page summarizes FPDS-observed obligations for LEIDOS, INC. over the last 10 years using the provided CAGE code and UEI. Totals, counts, averages, agency mix, NAICS mix, and annual trends reflect only the supplied analysis window and source metrics; no additional assumptions or external data 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 = '6B6E2'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
7014 U.S. CUSTOMS AND BORDER PROTECTION 855,151,692.59 855.15 million 161
97DH DEFENSE HEALTH AGENCY (DHA) 435,079,001.14 435.08 million 278
4732 FEDERAL ACQUISITION SERVICE 249,455,640.88 249.46 million 81
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 196,296,532.64 196.30 million 27
7529 NATIONAL INSTITUTES OF HEALTH 156,916,317.96 156.92 million 104
2900 FEDERAL TRADE COMMISSION 130,842,727.64 130.84 million 145
1700 DEPT OF THE NAVY 88,215,189.84 88.22 million 102
1549 FEDERAL BUREAU OF INVESTIGATION 72,005,550.47 72.01 million 89
2100 DEPT OF THE ARMY 70,247,809.51 70.25 million 65
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 63,885,314.74 63.89 million 37

Insight

Over the last 10 years, LEIDOS, INC. has received $2.56 billion across 1,582 awards, with obligations concentrated in a few agencies. U.S. Customs and Border Protection is the largest customer at $855.15 million, accounting for roughly one-third of total obligations, followed by the Defense Health Agency at $435.08 million; together these two agencies represent more than half of reported obligations. The remaining top agencies are more fragmented, with each contributing less than $250 million and award counts ranging from 27 to 145, indicating a dispersed secondary customer base.

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 = '6B6E2'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
541519 OTHER COMPUTER RELATED SERVICES 2,278,979,366.87 2.28 billion 1,291
334517 IRRADIATION APPARATUS MANUFACTURING 190,682,410.12 190.68 million 58
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 77,860,869.30 77.86 million 53
443120 COMPUTER AND SOFTWARE STORES 10,415,075.56 10.42 million 109
334519 OTHER MEASURING AND CONTROLLING DEVICE MANUFACTURING 6,075,300.21 6.08 million 62
336111 AUTOMOBILE MANUFACTURING 172,322.31 172.32 thousand 4
238990 ALL OTHER SPECIALTY TRADE CONTRACTORS 164,500.00 164.50 thousand 1
441110 NEW CAR DEALERS 57,552.94 57.55 thousand 1
336211 MOTOR VEHICLE BODY MANUFACTURING 34,087.50 34.09 thousand 1
532111 PASSENGER CAR RENTAL 0.00 0.00 2

Insight

Over the last 10 years, LEIDOS, INC. (CAGE 6B6E2) obligated $2.56 billion across 1,582 awards, with contracting heavily concentrated in NAICS 541519, Other Computer Related Services, which accounts for $2.28 billion and 1,291 awards. The next largest NAICS categories are much smaller by obligation value: 334517 at $190.68 million and 334511 at $77.86 million, indicating a strong primary dependence on computer-related services with secondary activity in select manufacturing and systems-related sectors. Remaining NAICS codes contribute comparatively limited obligations, and several appear as isolated or nominal-dollar awards, suggesting a broad but highly concentrated award distribution.

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 = '6B6E2'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 406,803,317.52 406.80 million 172
2024 455,356,982.41 455.36 million 176
2023 375,427,002.51 375.43 million 179
2022 345,609,949.56 345.61 million 201
2021 422,481,084.05 422.48 million 206
2020 188,395,890.96 188.40 million 191
2019 125,104,067.51 125.10 million 151
2018 154,257,650.20 154.26 million 143
2017 80,840,164.46 80.84 million 152
2016 10,165,375.63 10.17 million 11

Insight

Leidos, Inc. (CAGE 6B6E2) obligated $2.56 billion across 1,582 awards over the last 10 years, averaging $1.62 million per award. Obligations were concentrated in the most recent five years, led by 2024 ($455.36 million), 2021 ($422.48 million), and 2025 ($406.80 million), while 2016–2019 remained comparatively low and ranged from $10.17 million to $154.26 million. Award counts were also highest in 2021–2024, with 2022–2025 each exceeding 170 awards, indicating a sustained increase in procurement activity relative to the earlier period.

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