Federal Contractor

FCN, INC. Federal Contract Obligations (Last Year)

FCN, INC. (CAGE 0WU14, UEI JEANDJTZ8HJ3) received 993.46 million in obligations across 2,303 award actions in the last full year.

FCN, INC. activity in the last full year was concentrated in the Internal Revenue Service, which accounted for 345.90 million across 617 actions. Most obligations were classified under NAICS 541519, Other Computer Related Services, with smaller amounts in computer systems design and select manufacturing codes.

Generated at 03/21/2026

Analysis period: Last full year

Totals reflect FPDS award data for the last full year and may include rounding differences between readable and exact values.

CAGE Code
0WU14
UEI
JEANDJTZ8HJ3
Total Obligated
993.46 million
993,456,476.00
Award Actions
2,303
Average Action Value
431,374.93

About FCN, INC. federal contract activity

FCN, INC. (CAGE 0WU14, UEI JEANDJTZ8HJ3) recorded $993.46 million in obligations across 2,303 awards in the last full year, for an average award value of $431,374.93. The award profile indicates a high-volume vendor with substantial federal spend concentrated in a relatively small number of agencies and a narrow set of related technical service categories.

Agency mix and customer concentration

The Internal Revenue Service was the largest customer by a wide margin, accounting for $345.90 million across 617 awards, or roughly one-third of total obligations. The next largest agencies were the Department of the Air Force ($95.34 million, 179 awards), Department of the Navy ($72.62 million, 256 awards), U.S. Customs and Border Protection ($56.24 million, 24 awards), and DISA ($52.01 million, 72 awards), indicating a mix of civilian and defense demand with strong concentration in IRS.

Industry profile based on NAICS activity

NAICS 541519, Other Computer Related Services, dominated the vendor’s portfolio at $985.67 million across 2,240 awards, making it the primary driver of total obligations. Secondary activity was limited to 541512, Computer Systems Design Services, at $5.90 million, with only small residual obligations in manufacturing-related NAICS codes, suggesting the business is overwhelmingly service-oriented and technically specialized.

Annual contract trend over the analysis window

The annual trend shows $993.46 million in obligations and 2,303 awards in 2025, which is the only year reflected in the provided analysis window. With a single-year view, the data supports a point-in-time assessment rather than a multi-year growth or decline pattern.

How to interpret this page

This summary is based on FPDS obligations associated with FCN, INC. using the provided CAGE code 0WU14 and UEI JEANDJTZ8HJ3 for the last full year. Agency and NAICS rankings are ordered by total obligated dollars, and award counts reflect the number of reported awards in the dataset provided.

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 = '0WU14'
        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
2050 INTERNAL REVENUE SERVICE 345,901,877.73 345.90 million 617
5700 DEPT OF THE AIR FORCE 95,338,269.17 95.34 million 179
1700 DEPT OF THE NAVY 72,617,524.77 72.62 million 256
7014 U.S. CUSTOMS AND BORDER PROTECTION 56,244,935.15 56.24 million 24
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 52,008,865.96 52.01 million 72
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 50,522,250.33 50.52 million 132
97DH DEFENSE HEALTH AGENCY (DHA) 32,235,649.82 32.24 million 12
5000 SECURITIES AND EXCHANGE COMMISSION 29,285,931.23 29.29 million 117
1900 STATE, DEPARTMENT OF 26,840,322.36 26.84 million 106
2046 OFFICE OF THE COMPTROLLER OF THE CURRENCY 25,909,302.03 25.91 million 86

Insight

FCN, INC. received $993.46 million across 2,303 awards in the last full year, with obligations concentrated in a small set of agencies. The Internal Revenue Service accounted for $345.90 million and 617 awards, or roughly 35% of total obligated value, making it the dominant customer. The next largest obligations came from the Department of the Air Force ($95.34 million) and Department of the Navy ($72.62 million), while several DHS and defense-related entities also appear among the top agencies, indicating a strong federal concentration with heavy weighting toward IRS and national security customers.

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 = '0WU14'
        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
541519 OTHER COMPUTER RELATED SERVICES 985,672,603.64 985.67 million 2,240
541512 COMPUTER SYSTEMS DESIGN SERVICES 5,904,791.50 5.90 million 36
334111 ELECTRONIC COMPUTER MANUFACTURING 893,288.88 893.29 thousand 4
326199 ALL OTHER PLASTICS PRODUCT MANUFACTURING 215,344.56 215.34 thousand 1
334290 OTHER COMMUNICATIONS EQUIPMENT MANUFACTURING 176,740.26 176.74 thousand 4
511210 SOFTWARE PUBLISHERS 165,000.00 165.00 thousand 2
513210 SOFTWARE PUBLISHERS 144,471.72 144.47 thousand 2
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 93,801.19 93.80 thousand 1
335313 SWITCHGEAR AND SWITCHBOARD APPARATUS MANUFACTURING 50,483.53 50.48 thousand 1
334210 TELEPHONE APPARATUS MANUFACTURING 47,182.50 47.18 thousand 2

Insight

FCN, INC. is highly concentrated in NAICS 541519, Other Computer Related Services, which accounts for 985.67 million of 993.46 million in total obligations and 2,240 of 2,303 awards over the last full year. The next largest category, NAICS 541512, Computer Systems Design Services, is comparatively small at 5.90 million and 36 awards, indicating limited diversification beyond the primary IT services code. All remaining NAICS codes each represent less than 1 million in obligations, with only minor award activity, reinforcing a very narrow 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 = '0WU14'
        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 993,456,476.00 993.46 million 2,303

Insight

During the last full year, FCN, INC. (CAGE 0WU14) obligated $993.46 million across 2,303 awards, for an average award value of $431,374.93. The activity is concentrated in a single annual period, indicating a substantial obligation level without year-over-year comparison in this window. The award volume suggests a distributed contract base rather than reliance on a small number of awards.

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.