Federal Contractor

LEIDOS INNOVATIONS CORPORATION Federal Contract Obligations (Last 10 Years)

LEIDOS INNOVATIONS CORPORATION (CAGE 7LQ18, UEI MYKLJHTX3MM7) has received 8.39 billion in federal obligations across 4,804 actions over the last 10 years.

Federal procurement records show LEIDOS INNOVATIONS CORPORATION with 8.393 billion in obligated dollars and an average action value of 1.75 million across the analysis window. Its largest agency relationships are with the Social Security Administration, the Defense Information Systems Agency, the Department of Energy, the Federal Aviation Administration, and the Centers for Medicare and Medicaid Services.

Generated at 03/21/2026

Analysis period: Last 10 years

Amounts reflect readable and exact obligated totals for the last 10 years and are grouped by agency, NAICS code, and fiscal year.

CAGE Code
7LQ18
UEI
MYKLJHTX3MM7
Total Obligated
8.39 billion
8,393,370,707.79
Award Actions
4,804
Average Action Value
1,747,162.92

About LEIDOS INNOVATIONS CORPORATION federal contract activity

LEIDOS INNOVATIONS CORPORATION (CAGE 7LQ18, UEI MYKLJHTX3MM7) recorded 8.39 billion in obligated federal dollars across 4,804 awards over the last 10 years, with an average award value of 1.75 million. The obligation base is sizable but moderately distributed, indicating sustained participation across many transactions rather than reliance on a small number of awards. The profile is consistent with a large systems, IT, and services contractor operating across multiple civilian and defense missions.

Agency mix and customer concentration

The agency mix is led by the Social Security Administration at 1.81 billion, followed by the Defense Information Systems Agency at 1.47 billion and the Department of Energy at 960.26 million. FAA and CMS also contribute material obligations, which points to a broad civilian agency footprint alongside significant defense-related work. Award counts are highest at DISA, while SSA is the largest funding source, suggesting some agencies place fewer but larger awards and others drive higher transaction volume.

Industry profile based on NAICS activity

The NAICS profile is concentrated in 541519 Other Computer Related Services, which accounts for 2.50 billion and is the largest spend category by a wide margin. Other major categories include 517110 Wired Telecommunications Carriers, 541715 R&D in the physical, engineering, and life sciences, 541512 Computer Systems Design Services, and 518210 Data Processing, Hosting, and Related Services. This mix indicates a core focus on IT services, telecommunications infrastructure, systems design, and technical R&D support.

Annual contract trend over the analysis window

Annual obligations in the visible period remain in the 642.53 million to 813.30 million range, with a high in 2022 and a lower level in 2024 and 2025. Award counts peak in 2021 at 449 and then decline, even as obligations stay relatively elevated, which suggests larger average award values in the later years. The pattern reflects a stable but uneven funding trajectory rather than a single-year spike.

How to interpret this page

This summary is based on FPDS award records for the last 10 years, using the provided CAGE code, UEI, obligation totals, award counts, agency totals, NAICS totals, and annual trend data. Totals represent obligated dollars as reported in the dataset and are not adjusted for inflation. Agency and NAICS narratives reflect only the categories supplied in the analysis inputs.

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 = '7LQ18'
        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
2800 SOCIAL SECURITY ADMINISTRATION 1,805,637,883.69 1.81 billion 61
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 1,469,052,835.29 1.47 billion 789
8900 ENERGY, DEPARTMENT OF 960,260,804.00 960.26 million 228
6920 FEDERAL AVIATION ADMINISTRATION 850,935,106.78 850.94 million 303
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 790,136,445.43 790.14 million 112
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 336,536,946.07 336.54 million 311
97AS DEFENSE LOGISTICS AGENCY 287,446,705.38 287.45 million 403
7001 OFFICE OF PROCUREMENT OPERATIONS 234,868,881.65 234.87 million 196
1501 OFFICES, BOARDS AND DIVISIONS 233,200,777.92 233.20 million 588
2100 DEPT OF THE ARMY 218,628,313.15 218.63 million 168

Insight

Over the last 10 years, LEIDOS INNOVATIONS CORPORATION’s obligations are concentrated in a small number of agencies, with the Social Security Administration accounting for the largest share at $1.81 billion across 61 awards. DISA is the next largest customer at $1.47 billion across 789 awards, indicating a materially higher award volume but lower average obligation per award than SSA. The remaining top agencies each represent less than $1.0 billion, with obligations spread across civilian and defense customers, including DOE, FAA, CMS, NASA, DLA, and the Army. Overall, the profile suggests a diversified customer base with spending concentrated in the top two 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 = '7LQ18'
        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,504,315,077.05 2.50 billion 813
517110 WIRED TELECOMMUNICATIONS CARRIERS 1,539,422,952.07 1.54 billion 768
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 960,260,804.00 960.26 million 228
541512 COMPUTER SYSTEMS DESIGN SERVICES 806,456,160.99 806.46 million 573
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 805,753,702.85 805.75 million 129
541330 ENGINEERING SERVICES 526,709,673.22 526.71 million 458
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 268,531,395.55 268.53 million 271
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 196,727,645.43 196.73 million 395
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 169,427,421.65 169.43 million 182
488190 OTHER SUPPORT ACTIVITIES FOR AIR TRANSPORTATION 122,336,614.03 122.34 million 21

Insight

Over the last 10 years, LEIDOS INNOVATIONS CORPORATION has received $8.39 billion across 4,804 awards, with obligations concentrated in a small set of IT, telecommunications, and technical services NAICS codes. The largest share is in 541519 Other Computer Related Services at $2.50 billion (813 awards), followed by 517110 Wired Telecommunications Carriers at $1.54 billion (768 awards) and 541715 R&D in the physical, engineering, and life sciences at $960.26 million (228 awards). Additional obligations are distributed across computer systems design, data processing and hosting, engineering, and related consulting categories, indicating a broad but still service-oriented award profile.

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 = '7LQ18'
        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 642,528,308.92 642.53 million 263
2024 680,772,156.53 680.77 million 331
2023 741,493,312.97 741.49 million 341
2022 813,297,327.84 813.30 million 395
2021 717,162,444.05 717.16 million 449
2020 1,084,774,296.90 1.08 billion 684
2019 1,277,090,744.48 1.28 billion 740
2018 1,483,037,279.80 1.48 billion 858
2017 912,078,104.59 912.08 million 730
2016 41,136,731.71 41.14 million 13

Insight

Over the last 10 years, LEIDOS INNOVATIONS CORPORATION (CAGE 7LQ18) has received 8.39 billion across 4,804 awards, with an average award value of 1.75 million. Obligations are highly concentrated in the middle of the period, peaking in 2018 at 1.48 billion and remaining above 1.0 billion from 2018 through 2020, then declining to 717.16 million in 2021 and staying in the 642.53 million to 813.30 million range from 2022 through 2025. Award volume follows a similar pattern, rising from 13 awards in 2016 to a high of 858 in 2018, then moderating to 263 awards in 2025.

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.