Federal Contractor

NCI INFORMATION SYSTEMS, INC. Federal Contract Obligations (Last 10 Years)

NCI Information Systems, Inc. (CAGE 0MX49, UEI HC6QJAM2F4E3) has received 1.77 billion in obligated federal awards across 1,776 actions over the last 10 years.

Most of this activity is concentrated with the Department of the Army, Federal Acquisition Service, and Centers for Medicare and Medicaid Services. The award history is led by computer systems design services, administrative management consulting, and other computer related services.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals shown reflect the last five years in the analysis window and are based on obligated amounts recorded in FPDS.

CAGE Code
0MX49
UEI
HC6QJAM2F4E3
Total Obligated
1.77 billion
1,768,269,306.89
Award Actions
1,776
Average Action Value
995,647.13

About NCI INFORMATION SYSTEMS, INC. federal contract activity

NCI INFORMATION SYSTEMS, INC. recorded $1.77 billion in obligated value across 1,776 awards over the last 10 years, with an average award value of $995,647.13. The profile indicates a high-volume, mid-sized federal contractor with sustained activity across civilian and defense buyers.

Agency mix and customer concentration

Obligations are concentrated in the DEPT OF THE ARMY, which accounts for $661.22 million and 852 awards. The next largest buyers are the FEDERAL ACQUISITION SERVICE, CENTERS FOR MEDICARE AND MEDICAID SERVICES, WASHINGTON HEADQUARTERS SERVICES (WHS), and DEFENSE INFORMATION SYSTEMS AGENCY (DISA), indicating a portfolio balanced between defense, shared services, and healthcare-related federal demand.

Industry profile based on NAICS activity

Work is dominated by information technology and professional services NAICS codes. COMPUTER SYSTEMS DESIGN SERVICES (541512) leads with $772.66 million, followed by ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES (541611), OTHER COMPUTER RELATED SERVICES (541519), ENGINEERING SERVICES (541330), and ELECTRONIC COMPUTER MANUFACTURING (334111).

Annual contract trend over the analysis window

Recent annual obligations have remained elevated, ranging from $166.59 million in 2025 through a peak of $222.84 million in 2023 within the listed years. Award counts stayed broadly consistent, with the highest count in 2021 at 199 awards, suggesting recurring procurement activity rather than isolated large contracts.

How to interpret this page

This summary is based on FPDS obligation data associated with CAGE 0MX49 and UEI HC6QJAM2F4E3 for the last 10 years. Agency, NAICS, and annual figures reflect awarded obligations and award counts in the provided analysis window; percentages and rankings are derived from the supplied totals without additional assumptions.

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 = '0MX49'
        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
2100 DEPT OF THE ARMY 661,220,878.03 661.22 million 852
4732 FEDERAL ACQUISITION SERVICE 326,527,708.87 326.53 million 82
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 317,753,583.06 317.75 million 90
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 212,735,775.73 212.74 million 229
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 105,258,531.77 105.26 million 35
2700 FEDERAL COMMUNICATIONS COMMISSION 43,994,428.76 43.99 million 214
7003 U.S. CITIZENSHIP AND IMMIGRATION SERVICES 28,543,282.46 28.54 million 17
1406 DEPARTMENTAL OFFICES 22,485,105.55 22.49 million 33
1100 EXECUTIVE OFFICE OF THE PRESIDENT 19,193,412.89 19.19 million 49
1501 OFFICES, BOARDS AND DIVISIONS 13,051,036.14 13.05 million 57

Insight

Over the last 10 years, NCI INFORMATION SYSTEMS, INC. has obligated $1.77 billion across 1,776 awards, with spending concentrated in a small number of agencies. The DEPT OF THE ARMY is the largest customer at $661.22 million across 852 awards, followed by FEDERAL ACQUISITION SERVICE ($326.53 million), CMS ($317.75 million), and WHS ($212.74 million). These four agencies account for the majority of observed obligation value, indicating a pronounced concentration of spend in defense and federal acquisition-related channels. Other agencies contribute materially but at significantly lower levels, with no single remaining customer exceeding $105.26 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 = '0MX49'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 772,659,215.15 772.66 million 792
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 423,008,862.98 423.01 million 129
541519 OTHER COMPUTER RELATED SERVICES 276,296,987.23 276.30 million 435
541330 ENGINEERING SERVICES 194,583,085.71 194.58 million 131
334111 ELECTRONIC COMPUTER MANUFACTURING 63,407,597.75 63.41 million 145
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 28,543,282.46 28.54 million 18
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 8,724,633.43 8.72 million 33
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 2,608,957.00 2.61 million 4
541199 ALL OTHER LEGAL SERVICES 1,432,211.18 1.43 million 28
339113 SURGICAL APPLIANCE AND SUPPLIES MANUFACTURING 78,140.16 78.14 thousand 2

Insight

Over the last 10 years, NCI Information Systems, Inc. received $1.77 billion across 1,776 awards, with obligations concentrated in IT and professional services NAICS codes. NAICS 541512, Computer Systems Design Services, is the largest category at $772.66 million across 792 awards, followed by 541611 at $423.01 million and 541519 at $276.30 million; together, these three codes account for most obligated dollars. Additional obligations are spread across Engineering Services, Electronic Computer Manufacturing, and smaller amounts in hosting, programming, training, legal, and manufacturing codes, indicating a diversified but still technology-centered 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 = '0MX49'
        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 166,586,804.23 166.59 million 105
2024 199,545,811.27 199.55 million 100
2023 222,838,155.50 222.84 million 143
2022 174,103,951.02 174.10 million 139
2021 169,530,337.19 169.53 million 199
2020 156,168,138.39 156.17 million 236
2019 168,896,620.24 168.90 million 199
2018 246,308,723.02 246.31 million 342
2017 220,536,738.78 220.54 million 294
2016 43,754,027.25 43.75 million 19

Insight

Over the last 10 years, NCI INFORMATION SYSTEMS, INC. (CAGE 0MX49) received $1.77 billion across 1,776 awards, averaging about $995.6 thousand per award. Obligations were concentrated in the 2017–2025 period, with annual totals generally ranging from about $156.2 million to $246.3 million, compared with a much lower $43.8 million in 2016. The highest annual obligation occurred in 2018 at $246.3 million with 342 awards, while 2025 declined to $166.6 million and 105 awards, indicating a recent downward shift from the 2023 peak of $222.8 million.

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.