Geography

Northern Mariana Islands Federal Contract Obligations (Last Year)

This page summarizes federal contract obligations in Northern Mariana Islands for last full year, including award volume and market trend context.

Use this page to review federal contract obligations in Northern Mariana Islands for last full year. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last full year

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last full year analysis window.

State Code
MP
State
Northern Mariana Islands
Total Obligated
35.44 million
35,444,781.41
Award Actions
172
Average Action Value
206,074.31

About Northern Mariana Islands federal contract activity

This page summarizes last full year of federal contract activity associated with Northern Mariana Islands. Based on the current FPDS Query dataset, this geography shows 35.44 million in visible obligations across 172 award actions, with an average action value of 206,074.31. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand in Northern Mariana Islands appears concentrated among a relatively small group of federal buyers over the last full year. The visible agency ranking is led by DEPT OF THE AIR FORCE, with 13.11 million in obligations, followed by FEDERAL AVIATION ADMINISTRATION. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in Northern Mariana Islands over the last full year. The current ranking is led by FPA PACIFIC CORP., with 7.52 million in obligations, followed by CUSA CONSULTING LLC. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved in Northern Mariana Islands across the last full year, from 2025 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of geography-level obligations, top buying agencies, leading vendors, major industries, major PSC categories, and visible year-over-year movement within last full year. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MP'
        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
5700 DEPT OF THE AIR FORCE 13,112,951.48 13.11 million 47
6920 FEDERAL AVIATION ADMINISTRATION 7,079,063.27 7.08 million 20
1700 DEPT OF THE NAVY 6,412,645.29 6.41 million 33
97AS DEFENSE LOGISTICS AGENCY 4,779,084.69 4.78 million 10
1330 NATIONAL OCEANIC AND ATMOSPHERIC ADMINISTRATION 1,809,742.92 1.81 million 3
1443 NATIONAL PARK SERVICE 1,089,882.12 1.09 million 15
9776 USTRANSCOM 769,310.40 769.31 thousand 1
3600 VETERANS AFFAIRS, DEPARTMENT OF 158,085.04 158.09 thousand 4
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 119,364.00 119.36 thousand 1
7008 U.S. COAST GUARD 110,985.47 110.99 thousand 12

Insight

Northern Mariana Islands contract activity over the last full year appears concentrated among a relatively small group of buying agencies. The visible ranking is led by DEPT OF THE AIR FORCE, followed by FEDERAL AVIATION ADMINISTRATION, which suggests that federal demand in this geography is not evenly distributed.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MP'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
FPA PACIFIC CORP. 3EJ55 7,521,000.00 7.52 million 3
CUSA CONSULTING LLC 1YRY5 4,589,674.08 4.59 million 4
MDPAC JV 8SYM1 2,686,512.00 2.69 million 1
BRICE SOLUTIONS, LLC 8JF62 2,380,984.00 2.38 million 2
ETRAC, A WOOLPERT COMPANY 6PZ58 1,754,494.64 1.75 million 1
IP&E HOLDINGS, LLC 638S9 1,655,856.00 1.66 million 1
SAKMAN LOGISTICS, LLC 01T02 1,576,031.65 1.58 million 4
ATC PROCUREMENT LLC 11XK3 1,430,245.20 1.43 million 1
MARIANAS INTEGRATION LLC 9JS41 1,130,010.17 1.13 million 7
HONG YE RENTAL & CONSTRUCTION LTD 6WHB8 1,124,746.40 1.12 million 3

Insight

Visible obligations in Northern Mariana Islands over the last full year appear concentrated among a relatively small set of leading vendors. FPA PACIFIC CORP. ranks first, followed by CUSA CONSULTING LLC, which helps define the current competitive landscape in this geography.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MP'
        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
212312 CRUSHED AND BROKEN LIMESTONE MINING AND QUARRYING 7,521,000.00 7.52 million 3
324110 PETROLEUM REFINERIES 4,779,084.69 4.78 million 10
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 4,756,144.73 4.76 million 4
541330 ENGINEERING SERVICES 4,430,479.42 4.43 million 10
237130 POWER AND COMMUNICATION LINE AND RELATED STRUCTURES CONSTRUCTION 2,479,052.00 2.48 million 9
541370 SURVEYING AND MAPPING (EXCEPT GEOPHYSICAL) SERVICES 1,754,494.64 1.75 million 2
327320 READY-MIX CONCRETE MANUFACTURING 1,430,245.20 1.43 million 1
721110 HOTELS (EXCEPT CASINO HOTELS) AND MOTELS 1,040,778.00 1.04 million 7
531120 LESSORS OF NONRESIDENTIAL BUILDINGS (EXCEPT MINIWAREHOUSES) 959,994.33 959.99 thousand 2
488310 PORT AND HARBOR OPERATIONS 836,686.13 836.69 thousand 17

Insight

The top-NAICS table highlights the industries with the largest visible obligations in Northern Mariana Islands over the last full year. This helps show which federal market segments are most prominent in the state.

Top PSC Codes

SELECT
    psc_code,
    psc_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
        anyHeavy(content__award__productOrServiceInformation__productOrServiceCode__description) AS psc_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MP'
        AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
        AND content__award__productOrServiceInformation__productOrServiceCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY psc_code
)
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Award Actions
5680 MISCELLANEOUS CONSTRUCTION MATERIALS 8,951,245.20 8.95 million 4
Y1BC CONSTRUCTION OF RADAR AND NAVIGATIONAL FACILITIES 4,189,391.33 4.19 million 6
C219 ARCHITECT AND ENGINEERING- GENERAL: OTHER 3,498,462.06 3.50 million 9
9140 FUEL OILS 3,203,053.04 3.20 million 6
C1PZ ARCHITECT AND ENGINEERING- CONSTRUCTION: OTHER NON-BUILDING FACILITIES 2,686,512.00 2.69 million 1
Y1BZ CONSTRUCTION OF OTHER AIRFIELD STRUCTURES 2,380,984.00 2.38 million 2
9130 LIQUID PROPELLANTS AND FUELS, PETROLEUM BASE 1,576,031.65 1.58 million 4
Y1PZ CONSTRUCTION OF OTHER NON-BUILDING FACILITIES 1,452,439.27 1.45 million 7
V231 TRANSPORTATION/TRAVEL/RELOCATION- TRAVEL/LODGING/RECRUITMENT: LODGING, HOTEL/MOTEL 1,040,778.00 1.04 million 7
W099 LEASE OR RENTAL OF EQUIPMENT- MISCELLANEOUS 959,994.33 959.99 thousand 2

Insight

The top-PSC table highlights the product and service codes with the largest visible obligations in Northern Mariana Islands over the last full year. This helps show which categories of federal demand are most prominent in the state.

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__placeOfPerformance__principalPlaceOfPerformance__stateCode = 'MP'
        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 35,444,781.41 35.44 million 172

Insight

The annual trend shows how obligations in Northern Mariana Islands moved across the last full year, from 2025 through 2025. This helps users judge whether visible contract activity appears stable, rising, or easing over time.

Use FPDS Query for deeper geographic analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper geographic analysis across agencies, vendors, industries, PSC categories, 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.