Federal Contractor

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

NCI INFORMATION SYSTEMS, INC. (CAGE 0MX49, UEI HC6QJAM2F4E3) recorded 166.59 million in obligations across 105 award actions in the last full year.

In the last full year, NCI INFORMATION SYSTEMS, INC. received 166,586,804.23 in federal obligations across 105 award actions, for an average action value of 1,586,540.99. Most of the activity was concentrated at DISA, the Department of the Army, and the Federal Acquisition Service, with work primarily in administrative management consulting and computer systems design services.

Generated at 03/21/2026

Analysis period: Last full year

This summary reflects the provided last-full-year FPDS analysis window and uses the supplied readable and exact obligation figures.

CAGE Code
0MX49
UEI
HC6QJAM2F4E3
Total Obligated
166.59 million
166,586,804.23
Award Actions
105
Average Action Value
1,586,540.99

About NCI INFORMATION SYSTEMS, INC. federal contract activity

NCI INFORMATION SYSTEMS, INC. (CAGE 0MX49, UEI HC6QJAM2F4E3) recorded $166.59 million in obligated dollars across 105 awards in the last full year, for an average award value of $1.59 million. The profile indicates a mid-sized federal supplier with a high volume of comparatively moderate-value awards concentrated in IT and management services.

Agency mix and customer concentration

Obligations were concentrated in a small set of agencies, led by the Defense Information Systems Agency at $61.26 million across 20 awards. The Department of the Army ($45.47 million, 27 awards) and the Federal Acquisition Service ($32.74 million, 18 awards) were also major buyers, with CMS contributing another $23.29 million across 13 awards. The remaining agency activity was limited, with the Executive Office of the President accounting for $1.82 million across 3 awards.

Industry profile based on NAICS activity

The vendor’s obligations were dominated by NAICS 541611, Administrative Management and General Management Consulting Services, at $84.55 million across 33 awards, and NAICS 541512, Computer Systems Design Services, at $80.37 million across 52 awards. Together, those two codes account for nearly all reported spend, while the remaining NAICS categories—custom programming, other computer-related services, and other legal services—were comparatively minor. This mix is consistent with a contractor positioned around management consulting and systems integration rather than broad service diversification.

Annual contract trend over the analysis window

The annual trend data shows all recorded activity in 2025, with $166.59 million obligated across 105 awards. With only one year present in the analysis window, the dataset supports a level view rather than a multi-year growth or decline assessment. The available evidence therefore describes current-year volume and concentration, not longer-term trajectory.

How to interpret this page

This summary is based on FPDS obligation records associated with CAGE 0MX49 and UEI HC6QJAM2F4E3 for the last full year. Agency and NAICS observations are ranked by total obligated dollars, with award counts used to indicate transaction frequency; percentages and averages are not inferred beyond the provided figures. No additional contract detail, pricing, or performance assessment is assumed beyond the supplied 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 = '0MX49'
        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
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 61,257,932.49 61.26 million 20
2100 DEPT OF THE ARMY 45,468,235.65 45.47 million 27
4732 FEDERAL ACQUISITION SERVICE 32,738,378.00 32.74 million 18
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 23,291,758.95 23.29 million 13
1100 EXECUTIVE OFFICE OF THE PRESIDENT 1,822,121.22 1.82 million 3
1700 DEPT OF THE NAVY 1,214,695.66 1.21 million 3
5700 DEPT OF THE AIR FORCE 991,118.32 991.12 thousand 2
2700 FEDERAL COMMUNICATIONS COMMISSION 176,234.77 176.23 thousand 5
97AS DEFENSE LOGISTICS AGENCY 25,000.00 25.00 thousand 1
1501 OFFICES, BOARDS AND DIVISIONS 14,537.25 14.54 thousand 7

Insight

NCI Information Systems, Inc. received 166.59 million across 105 awards in the last full year, with obligations concentrated in a small set of agencies. DISA accounted for the largest share at 61.26 million across 20 awards, followed by the Department of the Army at 45.47 million across 27 awards, the Federal Acquisition Service at 32.74 million across 18 awards, and CMS at 23.29 million across 13 awards. These four agencies represent the bulk of obligated dollars, while the remaining agencies each contributed less than 2 million, indicating a pronounced concentration in defense and federal civilian purchasing channels.

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 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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 84,549,691.44 84.55 million 33
541512 COMPUTER SYSTEMS DESIGN SERVICES 80,368,159.48 80.37 million 52
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 991,118.32 991.12 thousand 2
541519 OTHER COMPUTER RELATED SERVICES 539,962.65 539.96 thousand 9
541199 ALL OTHER LEGAL SERVICES 142,023.21 142.02 thousand 5
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 25,000.00 25.00 thousand 1
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES -79.92 -79.92 1
541330 ENGINEERING SERVICES -29,070.95 -29.07 thousand 2

Insight

Over the last full year, NCI INFORMATION SYSTEMS, INC. concentrated its obligations in two core NAICS areas: 541611 Administrative Management and General Management Consulting Services ($84.55M across 33 awards) and 541512 Computer Systems Design Services ($80.37M across 52 awards). Together, these two codes account for nearly all reported obligations, indicating a highly concentrated award profile centered on consulting and systems design. The remaining NAICS categories are immaterial by comparison, each under $1.0M, with only minor negative obligations recorded in 541990 and 541330.

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 1 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

Insight

Over the last full year, NCI INFORMATION SYSTEMS, INC. (CAGE 0MX49) recorded $166.59 million in obligated value across 105 awards, averaging $1.59 million per award. This indicates a moderately distributed award profile rather than reliance on a single large obligation, although the available one-year window does not support a year-over-year trend assessment. The activity level suggests sustained federal spending in the period reviewed.

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.