Federal Contractor

IRON BOW TECHNOLOGIES, LLC Federal Contract Obligations (Last Year)

Federal procurement profile for IRON BOW TECHNOLOGIES, LLC (CAGE 55RC1, UEI Q2M4FYALZJ89) showing last full year obligations of 357.66 million across 729 actions.

In the last full year, IRON BOW TECHNOLOGIES, LLC recorded 357,661,936.02 in obligated dollars across 729 award actions, for an average action value of 490,619.93. Activity was concentrated with the Defense Information Systems Agency, while the largest NAICS shares were in other computer related services and electronic computer manufacturing.

Generated at 03/21/2026

Analysis period: Last full year

Agency, NAICS, and annual trend totals reflect obligated dollars for the selected analysis window and may differ from award counts because a single row can represent multiple actions.

CAGE Code
55RC1
UEI
Q2M4FYALZJ89
Total Obligated
357.66 million
357,661,936.02
Award Actions
729
Average Action Value
490,619.93

About IRON BOW TECHNOLOGIES, LLC federal contract activity

IRON BOW TECHNOLOGIES, LLC recorded 357.66 million in obligated dollars across 729 awards in the last full year, with an average award value of 490,619.93. The vendor’s federal activity is concentrated in IT-related goods and services and reflects a high volume of transactions alongside several larger-dollar obligations.

Agency mix and customer concentration

The agency mix is led by the Defense Information Systems Agency (DISA), which accounted for 189.68 million across 67 awards, or more than half of total obligated dollars. The remaining activity is spread across the Department of Veterans Affairs, the Department of the Air Force, the Department of the Army, and the Federal Aviation Administration, indicating a broad but defense-weighted federal customer base.

Industry profile based on NAICS activity

The largest NAICS category is 541519, Other Computer Related Services, at 213.62 million across 132 awards, followed by 334111, Electronic Computer Manufacturing, at 72.88 million across 526 awards. Additional obligations appear in 541513, Computer Facilities Management Services, 511210, Software Publishers, and 541512, Computer Systems Design Services, confirming a portfolio centered on IT services, systems, and related hardware.

Annual contract trend over the analysis window

The annual trend shows 357.66 million in obligated dollars and 729 awards in 2025, which is the full analysis year provided. With only one year in the window, the data supports a point-in-time profile rather than a multi-year growth or decline assessment.

How to interpret this page

This summary is based on FPDS award records for IRON BOW TECHNOLOGIES, LLC matched to CAGE 55RC1 and UEI Q2M4FYALZJ89. Figures reflect obligations and award counts within the last full year only; category and agency groupings are derived from reported FPDS classifications and do not imply performance or contract scope beyond the recorded award data.

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 = '55RC1'
        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) 189,679,698.81 189.68 million 67
3600 VETERANS AFFAIRS, DEPARTMENT OF 43,666,452.03 43.67 million 36
5700 DEPT OF THE AIR FORCE 42,250,476.96 42.25 million 43
2100 DEPT OF THE ARMY 39,197,150.79 39.20 million 203
6920 FEDERAL AVIATION ADMINISTRATION 36,182,278.35 36.18 million 290
4500 EQUAL EMPLOYMENT OPPORTUNITY COMMISSION 2,392,736.28 2.39 million 11
1501 OFFICES, BOARDS AND DIVISIONS 2,241,398.97 2.24 million 5
97DH DEFENSE HEALTH AGENCY (DHA) 568,293.46 568.29 thousand 6
3300 SMITHSONIAN INSTITUTION 377,002.83 377.00 thousand 7
1900 STATE, DEPARTMENT OF 269,041.47 269.04 thousand 8

Insight

IRON BOW TECHNOLOGIES, LLC obligated $357.66 million across 729 awards in the last full year, with spending concentrated at DISA, which accounted for $189.68 million across 67 awards, or more than half of total obligations. The next largest agencies—Veterans Affairs, the Air Force, the Army, and FAA—collectively added $161.29 million, indicating a broad but still defense- and mission-support-heavy distribution. Award volume is more dispersed than dollars, particularly at the Army and FAA, which issued 203 and 290 awards respectively but at lower average values than DISA.

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 = '55RC1'
        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 213,619,237.23 213.62 million 132
334111 ELECTRONIC COMPUTER MANUFACTURING 72,883,213.42 72.88 million 526
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 47,932,402.12 47.93 million 1
511210 SOFTWARE PUBLISHERS 11,752,992.02 11.75 million 24
541512 COMPUTER SYSTEMS DESIGN SERVICES 7,993,564.35 7.99 million 8
334210 TELEPHONE APPARATUS MANUFACTURING 2,199,635.95 2.20 million 10
334112 COMPUTER STORAGE DEVICE MANUFACTURING 466,971.78 466.97 thousand 1
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 377,002.83 377.00 thousand 10
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 316,500.00 316.50 thousand 2
332510 HARDWARE MANUFACTURING 42,585.25 42.59 thousand 1

Insight

IRON BOW TECHNOLOGIES, LLC’s obligations in the last full year were concentrated in IT services and related hardware/manufacturing NAICS. NAICS 541519 (Other Computer Related Services) led with $213.62 million across 132 awards, about 59.7% of total obligations, while NAICS 334111 (Electronic Computer Manufacturing) added $72.88 million across 526 awards, indicating a high-volume, lower-dollar award pattern in that category. A smaller number of awards drove meaningful obligation under NAICS 541513 (Computer Facilities Management Services), which accounted for $47.93 million on a single award, while all remaining NAICS codes were each below $12.0 million and represent comparatively minor activity.

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 = '55RC1'
        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 357,661,936.02 357.66 million 729

Insight

Over the last full year, IRON BOW TECHNOLOGIES, LLC (CAGE 55RC1) recorded $357.66 million in obligated value across 729 awards, for an average award value of $490,619.93. The activity is fully concentrated in 2025 within the 1-year window, indicating a single-period obligation profile rather than a multi-year trend. Award volume is broad relative to total dollars, suggesting obligations were distributed across numerous actions rather than concentrated in 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.